From f96123d3390eadc4241a9117b06825c24acefd28 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 --- 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 d9cde4b64..b937f8bf9 100644 --- a/module_prototyper/__openerp__.py +++ b/module_prototyper/__openerp__.py @@ -41,6 +41,6 @@ 'views/ir_model_fields_view.xml', 'security/ir.model.access.csv', ], - 'installable': True, + 'installable': False, 'application': True, }