Skip to content
Snippets Groups Projects
Commit 521c8047 authored by Claire Bretton (clbr)'s avatar Claire Bretton (clbr)
Browse files

[FIX] l10n_fr: add migration to version 2.1 of the module


This will allow to get the latest taxes.

closes odoo/odoo#109001

Task: 3111528.
Related: #84918, #107158
Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
parent d13790ee
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
{
'name': 'France - Accounting',
'version': '2.0',
'version': '2.1',
'category': 'Accounting/Localizations/Account Charts',
'description': """
This is the module to manage the accounting chart for France in Odoo.
......
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.addons.account.models.chart_template import update_taxes_from_templates
def migrate(cr, version):
update_taxes_from_templates(cr, 'l10n_fr.l10n_fr_pcg_chart_template')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment