round weight to 2 decimals (fix)
parent
5bf3174971
commit
246e1ed1f6
|
|
@ -184,7 +184,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<t t-if="order_line.weight">
|
<t t-if="order_line.weight">
|
||||||
<span t-field="round(order_line.weight,2)"/>
|
<span t-esc="round(order_line.weight,2)"/>
|
||||||
kg
|
kg
|
||||||
</t>
|
</t>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue