Skip to content
Snippets Groups Projects
Commit 976a3eb2 authored by Divyesh Makwana's avatar Divyesh Makwana
Browse files

[FIX] account_analytic_default : TypeError: The model 'stock.picking'...

[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
parent daa7ed0f
Branches
Tags
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment