[FIX] report_webkit missing dependency on report
authorAntony Lesuisse <al@openerp.com>
Thu, 1 May 2014 16:11:08 +0000 (18:11 +0200)
committerAntony Lesuisse <al@openerp.com>
Thu, 1 May 2014 16:11:08 +0000 (18:11 +0200)
bzr revid: al@openerp.com-20140501161108-50yidx30rm6z7d10

addons/report_webkit/__openerp__.py

index 9440743..b8557e7 100644 (file)
@@ -79,7 +79,7 @@ TODO:
     * Web client WYSIWYG
 """,
     'version': '0.9',
-    'depends': ['base'],
+    'depends': ['base','report'],
     'author': 'Camptocamp',
     'category': 'Reporting', # i.e a technical module, not shown in Application install menu
     'url': 'http://http://www.camptocamp.com/',