diff --git a/web_dashboard_tile/__openerp__.py b/web_dashboard_tile/__openerp__.py index c401c30af..3e636b152 100644 --- a/web_dashboard_tile/__openerp__.py +++ b/web_dashboard_tile/__openerp__.py @@ -46,4 +46,5 @@ 'qweb': [ 'static/src/xml/custom_xml.xml', ], + 'installable': False, }