Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
7
l10n_ru_act_rev/models/account_account.py
Normal file
7
l10n_ru_act_rev/models/account_account.py
Normal file
@ -0,0 +1,7 @@
|
||||
from odoo import fields, models, _
|
||||
|
||||
|
||||
class AccountAccount(models.Model):
|
||||
_inherit = "account.account"
|
||||
|
||||
centralized = fields.Boolean(_("Централизованно"))
|
||||
Reference in New Issue
Block a user