[FIX] changed the internal_type and user_type of account when Generic chart of account is configured

lp bug: https://launchpad.net/bugs/814053 fixed

bzr revid: bde@tinyerp.com-20110722062839-lwmg8oigwm9jt11h
This commit is contained in:
Bharat (OpenERP) 2011-07-22 11:58:39 +05:30
parent d844fd133b
commit 8c7faca654
1 changed files with 4 additions and 4 deletions

View File

@ -187,8 +187,8 @@
<field name="code">1104</field>
<field name="name">Bank Current Account</field>
<field ref="conf_cas" name="parent_id"/>
<field name="type">liquidity</field>
<field name="user_type" ref="conf_account_type_asset"/>
<field name="type">view</field>
<field name="user_type" ref="conf_account_type_view"/>
</record>
<record id="conf_o_income" model="account.account.template">
@ -447,7 +447,7 @@
<field name="property_account_expense_categ" ref="conf_a_expense"/>
<field name="property_account_income_categ" ref="conf_a_sale"/>
<field name="property_account_income_opening" ref="conf_o_income"/>
<field name="property_account_expense_opening" ref="conf_o_expense"/>
<field name="property_account_expense_opening" ref="conf_o_expense"/>
<field name="property_reserve_and_surplus_account" ref="conf_a_reserve_and_surplus"/>
</record>
@ -612,7 +612,7 @@
<record id="conf_a_expense" model="account.account.template">
<field name="tax_ids" eval="[(6,0,[ref('otaxs')])]"/>
</record>
<record id="action_wizard_multi_chart_todo" model="ir.actions.todo">
<field name="name">Generate Chart of Accounts from a Chart Template</field>
<field name="action_id" ref="account.action_wizard_multi_chart"/>