From 5168842d7c76c6e10cf6316ef17208c3eda419ad 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 --- module_prototyper/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_prototyper/__openerp__.py b/module_prototyper/__openerp__.py index 143e69ce6..d943c328f 100644 --- a/module_prototyper/__openerp__.py +++ b/module_prototyper/__openerp__.py @@ -39,6 +39,6 @@ 'views/ir_model_fields_view.xml', 'security/ir.model.access.csv', ], - 'installable': True, + 'installable': False, 'application': True, }