From 3f344b4594db10f8ed1b963516c9ce4bcc59fe31 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:57:05 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- help_online/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help_online/__openerp__.py b/help_online/__openerp__.py index 2d40f358..d84efbd7 100644 --- a/help_online/__openerp__.py +++ b/help_online/__openerp__.py @@ -60,6 +60,6 @@ Note: When updating the page prefix parameters, the record rules must be 'qweb': [ 'static/src/xml/help_online.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, }