diff --git a/__openerp__.py b/__openerp__.py index 02ad5516..6f4b12f8 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -35,7 +35,8 @@ The py3o.template package is required; install it with: 'author': 'XCG Consulting', 'website': 'http://odoo.consulting/', 'depends': [ - 'base' + 'base', + 'report' ], 'external_dependencies': { 'python': ['py3o.template']