1
0
forked from Rudoo/L10n_ru
L10n_ru/l10n_ru_act_rev/models/account_account.py
2025-01-17 20:46:49 +03:00

8 lines
177 B
Python

from odoo import fields, models, _
class AccountAccount(models.Model):
_inherit = "account.account"
centralized = fields.Boolean(_("Централизованно"))