Odoo18-Base/addons/l10n_it/migrations/0.5/post-update-tax-grids.py
2025-03-10 11:12:23 +07:00

6 lines
251 B
Python

from odoo.addons.account.models.chart_template import update_taxes_from_templates
def migrate(cr, version):
# Add the new tax tags to the credit note repartition lines
update_taxes_from_templates(cr, 'l10n_it.l10n_it_chart_template_generic')