Skip to content
Snippets Groups Projects
Commit 77157c6d authored by Quentin De Paoli's avatar Quentin De Paoli
Browse files

[IMP] l10n_fr: set one tag per grid in vat report.

parent 3bb774d6
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
{
'name': 'France - Accounting',
'version': '1.2',
'version': '2.0',
'category': 'Localization',
'description': """
This is the module to manage the accounting chart for France in Odoo.
......
This diff is collapsed.
from openerp.modules.registry import RegistryManager
def migrate(cr, version):
registry = RegistryManager.get(cr.dbname)
from openerp.addons.account.models.chart_template import migrate_tags_on_taxes
migrate_tags_on_taxes(cr, registry)
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