Odoo18-Base/addons/l10n_pt/models/account_account.py

8 lines
171 B
Python
Raw Permalink Normal View History

2025-03-10 10:52:11 +07:00
from odoo import models, fields
class AccountAccount(models.Model):
_inherit = "account.account"
l10n_pt_taxonomy_code = fields.Integer(string="Taxonomy code")