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(_("Централизованно"))