[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
This commit is contained in:
Denis Ledoux 2013-12-05 10:36:15 +01:00
parent 41fe705943
commit bba98b6a13
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ This widget allows to display gauges using justgage library.
],
'qweb': [
],
'auto_install': False,
'auto_install': True,
}