-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] l10n_fr: add migration to version 2.1 of the module
This will allow to get the latest taxes. Task: 3111528. Related: odoo#84918, odoo#107158 X-original-commit: 521c804
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# 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') |