diff --git a/theme_light/__manifest__.py b/theme_light/__manifest__.py index 070f9f5..dc89302 100644 --- a/theme_light/__manifest__.py +++ b/theme_light/__manifest__.py @@ -17,5 +17,6 @@ 'views/layout_template.xml', 'report/header_report_G002.xml', ], + 'installable': True, 'application': True, }