oca-ocb-l10n_europe/odoo-bringout-oca-ocb-l10n_it/l10n_it/migrations/0.5/post-update-tax-grids.py
2025-08-29 15:20:52 +02:00

5 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')