The 'product' module must list the 'report' module in its dependencies

because it refers to the 'report.abstract_report' module

Fixes #290
This commit is contained in:
Guewen Baconnier 2014-06-02 14:58:28 +02:00
parent 872842ff9e
commit 2da1adcf8f
1 changed files with 1 additions and 1 deletions

View 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',