Fix fiscal position templates
[odoo/odoo.git] / addons / l10n_fr / l10n_fr_wizard.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4     <!-- This ir.actions.todo triggers the screen "Generate your chart of account
5      from a chart template" in the install wizard of the l10n_fr module -->
6     <record id="config_call_account_template_fr" model="ir.actions.todo">
7         <field name="action_id" ref="account.action_wizard_multi_chart"/>
8         <field name="type">automatic</field>
9         <field name="category_id" ref="account.category_accounting_configuration"/>
10     </record>
11
12     </data>
13 </openerp>