From 7b207eb12a0d3954c7338825eddadf77745937e2 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:08:19 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- configuration_helper/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration_helper/__openerp__.py b/configuration_helper/__openerp__.py index 38709aced..28ad673ec 100644 --- a/configuration_helper/__openerp__.py +++ b/configuration_helper/__openerp__.py @@ -11,7 +11,7 @@ 'website': 'http://www.akretion.com/', 'data': [], 'tests': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', 'application': False,