From 0d09c8bfeb3482aa7f0f9cbe249bbb746b617d97 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_files_sample/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_environment_files_sample/__openerp__.py b/server_environment_files_sample/__openerp__.py index 5aecaf3..41e0cb6 100644 --- a/server_environment_files_sample/__openerp__.py +++ b/server_environment_files_sample/__openerp__.py @@ -29,6 +29,6 @@ "license": "GPL-3 or any later version", "category": "Tools", "data": [], - 'installable': True, + 'installable': False, "active": False, }