mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-27 00:02:00 +02:00
5 lines
179 B
Python
5 lines
179 B
Python
from odoo.addons.account.models.chart_template import update_taxes_from_templates
|
|
|
|
|
|
def migrate(cr, version):
|
|
update_taxes_from_templates(cr, 'l10n_se.l10nse_chart_template')
|