From c30ac9a0d3c76584980b5d45fe70432ce7cde2ba Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:53:59 +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 da2b3f0..65a2ecb 100644 --- a/server_environment/__openerp__.py +++ b/server_environment/__openerp__.py @@ -82,6 +82,6 @@ Example usage "data": [ 'serv_config.xml', ], - "installable": True, + 'installable': False, "active": False, }