From 9f7881bf0c39fc7503b2df61808cb9c25d305f8f Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:12:54 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- web_widget_color/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_widget_color/__openerp__.py b/web_widget_color/__openerp__.py index 3f2298bf..ae8b23de 100644 --- a/web_widget_color/__openerp__.py +++ b/web_widget_color/__openerp__.py @@ -23,6 +23,6 @@ ], 'license': 'AGPL-3', 'auto_install': False, - 'installable': True, + 'installable': False, 'web_preload': True, }