Odoo18-Base/addons/l10n_ph/models/account_tax.py

10 lines
221 B
Python
Raw Permalink Normal View History

2025-03-10 11:12:23 +07:00
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class AccountTax(models.Model):
_inherit = "account.tax"
l10n_ph_atc = fields.Char("Philippines ATC")