From ae3b645906ccf3435f93732b68763dd043bec308 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 --- mail_environment/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_environment/__openerp__.py b/mail_environment/__openerp__.py index cb5dca0..f51cb97 100644 --- a/mail_environment/__openerp__.py +++ b/mail_environment/__openerp__.py @@ -66,6 +66,6 @@ password = openerp ], 'data': ['mail_view.xml'], 'demo': [], - 'installable': True, + 'installable': False, 'active': False, }