[IMP] removes the tooltip when mouse hovers over a 'percentpie' widget (addon web)

bzr revid: ged@openerp.com-20140314142155-u8suij5tikxwd0zi
This commit is contained in:
Gery Debongnie 2014-03-14 15:21:55 +01:00
parent d849c6521d
commit af61fd53bc
1 changed files with 1 additions and 0 deletions

View File

@ -2837,6 +2837,7 @@ instance.web.form.FieldPercentPie = instance.web.form.AbstractField.extend({
.donut(true)
.showLegend(false)
.showLabels(false)
.tooltips(false)
.color(['#7C7BAD','#DDD'])
.donutRatio(0.62);