[FIX] account_analytic_default : TypeError: The model 'stock.picking' specifies an unexisting parent class 'stock.picking'. You may need to add a dependency on the parent class' module.

bzr revid: mdi@tinyerp.com-20121016072428-srbvx9037iz40e5c
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-10-16 12:54:28 +05:30
parent daa7ed0fb5
commit 976a3eb276
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Allows to automatically select analytic accounts based on criterions:
'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',