[FIX] crm: problem in kanban of opportunities, incorrect use of the api, trying to use mathematical operations on an already formatted value

bzr revid: nicolas.vanhoren@openerp.com-20121122104523-cdjnxt96njyxvgsw
This commit is contained in:
niv-openerp 2012-11-22 11:45:23 +01:00
parent be10b95f98
commit f1f21379fa
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@
<div>
<b><field name="name"/></b>
<t t-if="record.planned_revenue.raw_value">
- <b><t t-esc="Math.round(record.planned_revenue.value)"/>
- <b><t t-esc="record.planned_revenue.value"/>
<field name="company_currency"/></b>
</t>
</div>