From d92fb5f56634915b43bcd41c63b95856f73da158 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:57:05 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- web_dashboard_tile/__openerp__.py | 1 + 1 file changed, 1 insertion(+) 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, }