[FIX] sale_crm: fixed gauge widget according to new parameters

bzr revid: tde@openerp.com-20140211100725-n5u4y42givj18ept
This commit is contained in:
Thibault Delavallée 2014-02-11 11:07:25 +01:00
parent 5c2839f102
commit 87028244f4
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@
<field name="monthly_invoiced" widget="gauge" style="width:160px; height: 120px; cursor: pointer;"
options="{'max_field': 'invoiced_target'}">Invoiced</field>
<field name="invoiced_forecast" widget="gauge" style="width:160px; height: 120px; cursor: pointer;"
options="{'max_field': 'invoiced_target', 'action_change': 'action_forecast'}">Forecast</field>
options="{'max_field': 'invoiced_target', 'on_click_action': 'action_forecast'}">Forecast</field>
</div>
<div class="oe_center oe_salesteams_help" style="color:#bbbbbb;" t-if="!record.invoiced_target.raw_value">
<br/>Define an invoicing target in the sales team settings to see the period's achievement and forecast at a glance.