L10n_ru/act_revise/models/account_account.py
2024-10-30 11:04:20 +03:00

8 lines
177 B
Python

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