mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-26 20:22:03 +02:00
7 lines
171 B
Python
7 lines
171 B
Python
from odoo import models, fields
|
|
|
|
|
|
class AccountAccount(models.Model):
|
|
_inherit = "account.account"
|
|
|
|
l10n_pt_taxonomy_code = fields.Integer(string="Taxonomy code")
|