oca-ocb-l10n_europe/odoo-bringout-oca-ocb-l10n_no/l10n_no/models/account_tax.py
Ernad Husremovic 7721452493 19.0 vanilla
2026-03-09 09:31:28 +01:00

7 lines
259 B
Python

from odoo import models, fields
class AccountTax(models.Model):
_inherit = 'account.tax'
l10n_no_standard_code = fields.Char(string='Standard Tax Code', help='The Norwegian tax system has a code for standard taxes, to use when reporting to them.')