The 'product' module must list the 'report' module in its dependencies
authorGuewen Baconnier <guewen@gmail.com>
Mon, 2 Jun 2014 12:58:28 +0000 (14:58 +0200)
committerGuewen Baconnier <guewen@gmail.com>
Mon, 2 Jun 2014 12:58:28 +0000 (14:58 +0200)
because it refers to the 'report.abstract_report' module

Fixes #290

addons/product/__openerp__.py

index 83ecea9..4699416 100644 (file)
@@ -25,7 +25,7 @@
     'version': '1.1',
     'author': 'OpenERP SA',
     'category': 'Sales Management',
-    'depends': ['base', 'decimal_precision', 'mail'],
+    'depends': ['base', 'decimal_precision', 'mail', 'report'],
     'demo': [
         'product_demo.xml',
         'product_image_demo.xml',