test/l10n_ru_act_rev/models/account_account.py

8 lines
177 B
Python
Raw Normal View History

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