bugfix:column violation
[odoo/odoo.git] / addons / l10n_be / l10n_be_wizard.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4     <wizard
5         string="Enlist Vat Details"
6         model="res.partner"
7         name="list.vat.detail"
8         menu="False"
9         id="partner_wizard_vat"/>
10     <menuitem
11         name="Listing of VAT Customers"
12         parent="account.menu_finance_legal_statement"
13         action="partner_wizard_vat"
14         type="wizard"
15         id="partner_wizard_vat_menu"/>
16
17     <wizard
18         string="VAT Declaration"
19         name="wizard.account.xml.vat.declaration"
20         menu="False"
21         id="wizard_xml_vat_declaration"/>
22     <menuitem
23         name="VAT Declaration"
24         parent="account.menu_finance_legal_statement"
25         action="wizard_xml_vat_declaration"
26         type="wizard"
27         id="account_wizard_vat_declaration"/>
28
29     <record id="config_call_account_template" model="ir.actions.todo">
30         <field name="name">Generate Chart of Accounts from a Chart Template</field>
31         <field name="note">Generate Chart of Accounts from a Chart Template. You will be asked to pass the name of the company, the chart template to follow, 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.
32 This is the same wizard that runs from Financial Managament/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template.</field>
33         <field name="action_id" ref="account.action_wizard_multi_chart"/>
34         <field name="state">open</field>
35     </record>
36
37     </data>
38 </openerp>