From c1bb4a0817bbe26431576d9bfdcc5f2b2838eafb 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_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 b67a737..8a71c10 100644 --- a/server_environment_files_sample/__openerp__.py +++ b/server_environment_files_sample/__openerp__.py @@ -44,6 +44,6 @@ variable of the OpenERP configuration file. "license": "GPL-3 or any later version", "category": "Tools", "data": [], - "installable": True, + 'installable': False, "active": False, }