*replaced tabulations by spaces
authorqdp <qdp@tinyerp.com>
Tue, 7 Oct 2008 07:09:54 +0000 (09:09 +0200)
committerqdp <qdp@tinyerp.com>
Tue, 7 Oct 2008 07:09:54 +0000 (09:09 +0200)
*modified and improved menuitems structure (legal statement menuitem)

bzr revid: qdp@tinyerp.com-20081007070954-5ksopog0ukpfp05w

addons/l10n_be/l10n_be_wizard.xml

index 69dd19c..453c35f 100644 (file)
@@ -1,36 +1,38 @@
 <?xml version="1.0"?>
 <openerp>
-       <data>
-       <wizard
-                       string="Enlist Vat Details"
-                       model="res.partner"
-                       name="list.vat.detail"
-                       menu="False"
-                       id="partner_wizard_vat"/>
-       <menuitem
-                       name="Financial Management/Reporting/Listing of VAT Customers"
-                       action="partner_wizard_vat"
-                       type="wizard"
-                       id="partner_wizard_vat_menu"/>
-       <wizard
-                       string="VAT Declaration"
-                       name="wizard.account.xml.vat.declaration"
-                       menu="False"
-                       id="wizard_xml_vat_declaration"/>
+    <data>
+    <wizard
+        string="Enlist Vat Details"
+        model="res.partner"
+        name="list.vat.detail"
+        menu="False"
+        id="partner_wizard_vat"/>
+    <menuitem
+        name="Listing of VAT Customers"
+        parent="account.menu_finance_legal_statement"
+        action="partner_wizard_vat"
+        type="wizard"
+        id="partner_wizard_vat_menu"/>
 
-       <menuitem
-                       name="Financial Management/Periodical Processing/Taxes/VAT Declaration"
-                       action="wizard_xml_vat_declaration"
-                       type="wizard"
-                       id="account_wizard_vat_declaration"/>
+    <wizard
+        string="VAT Declaration"
+        name="wizard.account.xml.vat.declaration"
+        menu="False"
+        id="wizard_xml_vat_declaration"/>
+    <menuitem
+        name="VAT Declaration"
+        parent="account.menu_finance_legal_statement"
+        action="wizard_xml_vat_declaration"
+        type="wizard"
+        id="account_wizard_vat_declaration"/>
 
-       <record id="config_call_account_template" model="ir.actions.todo">
-            <field name="name">Generate Chart of Accounts from a Chart Template</field>
-            <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.
+    <record id="config_call_account_template" model="ir.actions.todo">
+        <field name="name">Generate Chart of Accounts from a Chart Template</field>
+        <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.
 This is the same wizard that runs from Financial Managament/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template.</field>
-            <field name="action_id" ref="account.action_wizard_multi_chart"/>
-            <field name="state">open</field>
+        <field name="action_id" ref="account.action_wizard_multi_chart"/>
+        <field name="state">open</field>
     </record>
 
-       </data>
+    </data>
 </openerp>