mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-27 06:41:59 +02:00
5 lines
266 B
Python
5 lines
266 B
Python
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')
|