From 6bf8ce6b8aaf63c826879f4e5b762ed39fba9cdf 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 --- dbfilter_from_header/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbfilter_from_header/__openerp__.py b/dbfilter_from_header/__openerp__.py index 8a750cacd..d153809a3 100644 --- a/dbfilter_from_header/__openerp__.py +++ b/dbfilter_from_header/__openerp__.py @@ -46,7 +46,7 @@ "css": [ ], "auto_install": False, - "installable": True, + 'installable': False, "external_dependencies": { 'python': [], },