From c80d2951229eaa3b4f1808345af3e71b39cf7cee 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 --- server_environment/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_environment/__openerp__.py b/server_environment/__openerp__.py index 9d74c2e..9f33298 100644 --- a/server_environment/__openerp__.py +++ b/server_environment/__openerp__.py @@ -31,6 +31,6 @@ "data": [ 'serv_config.xml', ], - 'installable': True, + 'installable': False, "active": False, }