odoo/addons/l10n_lu/l10n_lu_wizard.xml

33 lines
1.2 KiB
XML

<?xml version="1.0"?>
<openerp>
<data>
<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 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.
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>
</record>
<menuitem
id="legal_lu"
parent="account.menu_finance_legal_statement"
name="Luxembourg"/>
<wizard
id="wizard_print_vat"
menu="False"
model="account.tax.code"
name="l10n_lu.tax.report.wizard" string="VAT Declaration"/>
<menuitem
id="legal_lu_vat"
parent="legal_lu"
type="wizard"
action="wizard_print_vat"/>
</data>
</openerp>