Initial commit: L10N_Europe packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:52 +02:00
commit 9803722600
2377 changed files with 380711 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from odoo.addons.account.models.chart_template import update_taxes_from_templates
def migrate(cr, version):
# Change tax tag ve38 from tax repartition lines to base repartition lines
update_taxes_from_templates(cr, 'l10n_it.l10n_it_chart_template_generic')