Bharat Devnani (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-814053-bde into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #814053 in OpenERP Addons: "in generic chart of account Internal Type of 
Bank Current account is wrong."
  https://bugs.launchpad.net/openobject-addons/+bug/814053

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-814053-bde/+merge/68790

Hello Sir,

I have changed the internal_type and user_type of Current Bank Account when 
Generic chart of account is configured. 

Thanks & Regards,
Devnani Bharat R.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-814053-bde/+merge/68790
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-814053-bde.
=== modified file 'account/configurable_account_chart.xml'
--- account/configurable_account_chart.xml	2011-06-03 10:10:13 +0000
+++ account/configurable_account_chart.xml	2011-07-22 06:32:39 +0000
@@ -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"/>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to