mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-27 13:42:01 +02:00
7 lines
240 B
Python
7 lines
240 B
Python
from odoo import models, fields
|
|
|
|
|
|
class AccountTax(models.Model):
|
|
_inherit = 'account.tax'
|
|
|
|
l10n_lt_tax_code = fields.Char(string='Tax Code', help='The Lithuanian tax system has a code for standard taxes, to use in iSAF and SAFT.')
|