From 1a718e67600fcdf73960ec772df3f74fea6681fb 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 --- configuration_helper/__openerp__.py | 2 +- test_configuration_helper/__openerp__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration_helper/__openerp__.py b/configuration_helper/__openerp__.py index 38709aced..28ad673ec 100644 --- a/configuration_helper/__openerp__.py +++ b/configuration_helper/__openerp__.py @@ -11,7 +11,7 @@ 'website': 'http://www.akretion.com/', 'data': [], 'tests': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', 'application': False, diff --git a/test_configuration_helper/__openerp__.py b/test_configuration_helper/__openerp__.py index 6a5e310f5..a1cf57b2a 100644 --- a/test_configuration_helper/__openerp__.py +++ b/test_configuration_helper/__openerp__.py @@ -11,7 +11,7 @@ 'website': 'http://www.akretion.com/', 'data': [], 'tests': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', 'application': False,