[IMP] Update french translations
[odoo/odoo.git] / addons / l10n_lu / l10n_lu_wizard.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4
5     <record id="config_call_account_template" model="ir.actions.todo">
6         <field name="name">Generate Chart of Accounts from a Chart Template</field>
7         <field name="note">Generate Chart of Accounts from a Chart Template. You will be asked to select the company, the chart template, the no. of digits to generate the code for your accounts and Bank account, currency to create Journals. Thus,the pure copy of chart Template is generated.
8 This is the same wizard that runs from Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template.</field>
9         <field name="action_id" ref="account.action_wizard_multi_chart"/>
10     </record>
11
12     <menuitem
13         id="legal_lu"
14         parent="account.menu_finance_legal_statement"
15         name="Luxembourg"/>
16
17     <wizard
18         id="wizard_print_vat"
19         menu="False"
20         model="account.tax.code"
21         name="l10n_lu.tax.report.wizard" string="VAT Declaration"/>
22
23     <menuitem
24         id="legal_lu_vat"
25         parent="legal_lu"
26         type="wizard"
27         action="wizard_print_vat"/>
28
29
30     </data>
31 </openerp>