[IMP] removal of usages of the deprecated node.getchildren call, better usage of...
[odoo/odoo.git] / addons / l10n_be / l10n_be_wizard.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4
5     <menuitem
6         id="menu_finance_belgian_statement"
7         name="Belgium Statements"
8         parent="account.menu_finance_legal_statement"/>
9
10     <wizard
11         string="Annual Listing of VAT-Subjected Customers"
12         model="res.partner"
13         name="list.vat.detail"
14         menu="False"
15         id="partner_wizard_vat"/>
16
17     <menuitem
18         name="Annual Listing of VAT-Subjected Customers"
19         parent="menu_finance_belgian_statement"
20         action="partner_wizard_vat"
21         type="wizard"
22         id="partner_wizard_vat_menu"/>
23
24     <wizard
25         string="Periodical VAT Declaration"
26         name="wizard.account.xml.vat.declaration"
27         menu="False"
28         id="wizard_xml_vat_declaration"/>
29
30     <menuitem
31         name="Periodical VAT Declaration"
32         parent="menu_finance_belgian_statement"
33         action="wizard_xml_vat_declaration"
34         type="wizard"
35         id="account_wizard_vat_declaration"/>
36
37         <wizard
38         string="Partner VAT intra"
39         model="res.partner"
40         name="vat.intra.xml"
41         menu="False"
42         id="partner_vat_intra"/>
43
44     <menuitem
45         name="Partner VAT intra"
46         parent="menu_finance_belgian_statement"
47         action="partner_vat_intra"
48         type="wizard"
49         id="partner_intra_vat_menu"/>
50
51     <record id="config_call_account_template" model="ir.actions.todo">
52         <field name="name">Generate Chart of Accounts from a Chart Template</field>
53         <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.
54 This is the same wizard that runs from Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template.</field>
55         <field name="action_id" ref="account.action_wizard_multi_chart"/>
56     </record>
57
58     </data>
59 </openerp>