From da730aa9e76c3633038e23c7e483fc1a446b2ffd Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:08:19 +0200 Subject: [PATCH] Make modules uninstallable --- base_optional_quick_create/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_optional_quick_create/__openerp__.py b/base_optional_quick_create/__openerp__.py index e773b3f..e2a4465 100644 --- a/base_optional_quick_create/__openerp__.py +++ b/base_optional_quick_create/__openerp__.py @@ -16,5 +16,5 @@ ], "demo": [], 'test': [], - 'installable': True + 'installable': False }