[FIX] account_analytic_default: add stock dependancy
authormra (Open ERP) <mra@tinyerp.com>
Tue, 8 Dec 2009 11:10:43 +0000 (16:40 +0530)
committermra (Open ERP) <mra@tinyerp.com>
Tue, 8 Dec 2009 11:10:43 +0000 (16:40 +0530)
bzr revid: mra@tinyerp.com-20091208111043-vf5x2ltnrf40f7oq

addons/account_analytic_default/__terp__.py

index cea4b3b..4e8bdc8 100644 (file)
@@ -35,7 +35,7 @@ Allows to automatically select analytic accounts based on criterions:
     """,
     'author': 'Tiny',
     'website': 'http://www.openerp.com',
-    'depends': ['account'],
+    'depends': ['account', 'stock'],
     'init_xml': [],
     'update_xml': ['security/ir.model.access.csv', 'account_analytic_default_view.xml'],
     'demo_xml': [],