*replaced tabulations by spaces

*modified and improved menuitems structure (legal statement menuitem)

bzr revid: qdp@tinyerp.com-20081007070954-5ksopog0ukpfp05w
This commit is contained in:
qdp 2008-10-07 09:09:54 +02:00
parent 7b4bc07349
commit b050bc51af
1 changed files with 30 additions and 28 deletions

View 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>