Le 26/06/2016 11:44,
[hidden email] a écrit :
> <field name="lastPrice"><display currency="${currencyUomId}" type="currency"/></field>
Idea on the fly, when we define a display with the type="currency" maybe
we can try to resolve if currency attribute is empty on currencyUomId
and/or uomId.
<field name="lastPrice"><display type="currency"/></field>
But if it's a specific case
<field name="lastPrice"><display currency="${specificCaseUomId} -" type="currency"/></field>
Nicolas