From 71b1459d7eafe5561d81c883355dd589c09a3ed8 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Thu, 2 Jul 2015 12:26:11 +0200 Subject: [PATCH] [FIX] don't autoinstall the module --- support_branding/__openerp__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/support_branding/__openerp__.py b/support_branding/__openerp__.py index 0f23668ef..a1721c457 100644 --- a/support_branding/__openerp__.py +++ b/support_branding/__openerp__.py @@ -36,5 +36,4 @@ "data/ir_config_parameter.xml", 'views/qweb.xml', ], - 'active': True, }