From 5df0ceae13691cb7b78c7dba57577d7acba9f0fc 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 --- base_suspend_security/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_suspend_security/__openerp__.py b/base_suspend_security/__openerp__.py index 59e8ee81..3fa4218f 100644 --- a/base_suspend_security/__openerp__.py +++ b/base_suspend_security/__openerp__.py @@ -30,7 +30,7 @@ "test": [ ], "auto_install": False, - 'installable': True, + 'installable': False, "application": False, "external_dependencies": { 'python': [],