Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-addons_17_settings-mdi into 
lp:openobject-addons.

Requested reviews:
  Purnendu Singh (OpenERP) (psi-tinyerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons_17_settings-mdi/+merge/129816

Hello,

I have fixed traceback while installing 'account_analytic_default'.

The model 'stock.picking' specifies an unexisting parent class 'stock.picking'. 
You may need to add a dependency on the parent class' module.

Thanks,
Divyesh
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons_17_settings-mdi/+merge/129816
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-addons_17_settings-mdi.
=== modified file 'account_analytic_default/__openerp__.py'
--- account_analytic_default/__openerp__.py	2012-09-26 12:16:27 +0000
+++ account_analytic_default/__openerp__.py	2012-10-23 04:43:21 +0000
@@ -38,7 +38,7 @@
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
     'images': ['images/analytic_defaults.jpeg'],
-    'depends': ['sale'],
+    'depends': ['sale_stock'],
     'data': [
         'security/ir.model.access.csv', 
         'security/account_analytic_default_security.xml', 

_______________________________________________
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