Ashvin Rathod (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-861130-ara into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #861130 in OpenERP Addons: "can not install generic chart of account" https://bugs.launchpad.net/openobject-addons/+bug/861130 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-861130-ara/+merge/77280 Hello, Fix:can not install generic chart of account Thanks, -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-861130-ara/+merge/77280 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-861130-ara.
=== modified file 'account/configurable_account_chart.xml' --- account/configurable_account_chart.xml 2011-09-27 15:50:33 +0000 +++ account/configurable_account_chart.xml 2011-09-28 05:56:27 +0000 @@ -171,7 +171,7 @@ <field ref="conf_cas" name="parent_id"/> <field name="type">receivable</field> <field eval="True" name="reconcile"/> - <field name="user_type" ref="conf_account_type_asset"/> + <field name="user_type" ref="account_type_receivable"/> </record> <record id="conf_ova" model="account.account.template"> @@ -212,7 +212,7 @@ <field ref="conf_cli" name="parent_id"/> <field name="type">payable</field> <field eval="True" name="reconcile"/> - <field name="user_type" ref="conf_account_type_liability"/> + <field name="user_type" ref="account_type_payable"/> </record> <record id="conf_iva" model="account.account.template">
_______________________________________________ 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

