From 3c886b59ba55f2892540bc9f0d58b4ea072f1c21 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 0f23668e..a1721c45 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, }