[Correction]Upgraded l10n_chart_uk_minimal,bugfixed charts creation.

bzr revid: jvo@tinyerp.com-20081212124550-cz5jotk01aytjcw7
This commit is contained in:
Jay Vora 2008-12-12 18:15:50 +05:30
parent c2b1676848
commit 9090c66e5b
2 changed files with 8 additions and 8 deletions

View File

@ -124,7 +124,7 @@
<!-- Chart Template -->
<record id="l10n_uk_chart_template" model="account.chart.template">
<field name="name">UK Account Chart Template</field>
<field name="name">UK Minimal Account Chart Template</field>
<field name="account_root_id" ref="l10n_chart_uk_minimal.chart0"/>
<field name="tax_code_root_id" ref="l10n_chart_uk_minimal.vat_code_chart_root"/>
<field name="bank_account_view_id" ref="l10n_chart_uk_minimal.bnk"/>

View File

@ -2,13 +2,13 @@
<openerp>
<data>
<record id="config_call_account_template_uk" 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 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 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>
<record id="config_call_account_template_uk_minimal" 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 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 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>
</data>
</openerp>