[FIX] Corrected small problems for validation in swiss accounting
[odoo/odoo.git] / addons / l10n_ch / wizard.xml
1 <openerp>
2     <data>
3         <record id="config_call_account_template_l10n_ch" model="ir.actions.todo">
4             <field name="name">Generate Chart of Accounts from the L10n_ch_c2c_pcg Chart
5                 Template</field>
6             <field name="note">Generate Chart of Accounts from a Chart Template. You will be asked
7                 to pass the name of the company, the chart template to follow, the no. of digits to
8                 generate the code for your accounts and Bank account, currency to create Journals.
9                 Thus,the pure copy of chart Template is generated. This is the same wizard that runs
10                 from Financial Management/Configuration/Financial Accounting/Financial
11                 Accounts/Generate Chart of Accounts from a Chart Template.</field>
12             <field name="action_id" ref="account.action_wizard_multi_chart"/>
13             <field name="sequence">4</field>
14         </record>
15     </data>
16 </openerp>