[IMP]: product: Improved reference of demo product xml_id from static names to number...
[odoo/odoo.git] / addons / l10n_tr / l10n_tr_wizard.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3     <data>
4                 <record id="config_call_account_template_tr_chart" model="ir.actions.todo">
5                 <field name="name">Generate Chart of Accounts from a Chart Template</field>
6                 <field name="note">Generate Chart of Accounts from a Chart Template. You will be 
7 asked to pass the name of the company, the chart template to follow, the no. of digits to generate 
8 the code for your accounts and Bank account, currency to create Journals. Thus,the pure copy of 
9 chart Template is generated.
10         This is the same wizard that runs from Financial Management/Configuration/Financial 
11 Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template.</field>
12                 <field name="action_id" ref="account.action_wizard_multi_chart"/>
13                 <field name="category_id" ref="account.category_accounting_configuration"/>
14                 <field name="type">automatic</field>
15         </record>
16     </data>
17 </openerp>