From bba98b6a1370fd5dee7c4b4ce9e0aedc1da47279 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Thu, 5 Dec 2013 10:36:15 +0100 Subject: [PATCH] [FIX] web_kanban_gauge: set auto install True case: web_kanban_gauge has been added in the dependance of sale_crm. This module used to auto install when module sale and crm were installed. With this new dependance, the module sale_crm auto install when sale, crm and web_kanban_gauge are installed. We auto install kanban gauge so sale_crm auto install on installation of crm and sales, as web_kanban_gauge will be already installed bzr revid: dle@openerp.com-20131205093615-1c9z0g5439xokdbt --- addons/web_kanban_gauge/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/web_kanban_gauge/__openerp__.py b/addons/web_kanban_gauge/__openerp__.py index fd4c2cfba66..7eb2ba81dad 100644 --- a/addons/web_kanban_gauge/__openerp__.py +++ b/addons/web_kanban_gauge/__openerp__.py @@ -14,5 +14,5 @@ This widget allows to display gauges using justgage library. ], 'qweb': [ ], - 'auto_install': False, + 'auto_install': True, }