diff --git a/theme_light/__openerp__.py b/theme_light/__openerp__.py index a601d0a..afa6165 100644 --- a/theme_light/__openerp__.py +++ b/theme_light/__openerp__.py @@ -5,8 +5,7 @@ 'category': 'Website', 'version': '1.0', 'author': 'Open Architect Consulting sprl', - 'depends': ['base', - ], + 'depends': ['base', 'web'], 'data': [ 'views/layout_template.xml', 'report/header_report_G002.xml',