[IMP] sale_crm: udpated gauge parameter name

bzr revid: tde@openerp.com-20140211122253-tj3a7llcr0dbhdbn
This commit is contained in:
Thibault Delavallée 2014-02-11 13:22:53 +01:00
parent 8b6bea01ed
commit 6b03c5076a
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', 'on_click_action': 'action_forecast'}">Forecast</field>
options="{'max_field': 'invoiced_target', 'on_change': '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.