odoo/addons/l10n_ch/wizard.xml

17 lines
959 B
XML

<openerp>
<data>
<record id="config_call_account_template_l10n_ch" model="ir.actions.todo">
<field name="name">Generate Chart of Accounts from the L10n_ch_c2c_pcg 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 Management/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="sequence">4</field>
</record>
</data>
</openerp>