~openerp-commiter/openobject-addons/trunk-extra-addons

3382.1.22 by vra (Tiny)
Modified l10n_chart_da,l10n_chart_de,l10n_chart_hu,l10n_chart_in related to accout templates.
1
<?xml version="1.0" encoding="utf-8"?>
2
<openerp>
3
    <data>
4
5
		<record id="config_call_account_template_de_skr03_chart" model="ir.actions.todo">
6
	        <field name="name">Generate Chart of Accounts from a Chart Template</field>
7
	        <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.
8
	This is the same wizard that runs from Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template.</field>
9
	        <field name="action_id" ref="account.action_wizard_multi_chart"/>
10
	        <field name="state">open</field>
11
    	</record>
12
13
    </data>
14
</openerp>