7 lines
155 B
Python
Raw Normal View History

from odoo import fields, models
class TaxInherit(models.Model):
_inherit = 'account.tax'
invisiblePF = fields.Boolean('Не видно в ПФ')