fix weight in line - round(x,2)
parent
995c8a7a7b
commit
f4ba5e43e5
|
|
@ -166,7 +166,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<t t-if="order_line.weight and order_line.product_uom_qty">
|
<t t-if="order_line.weight and order_line.product_uom_qty">
|
||||||
<span t-esc="order_line.weight*order_line.product_uom_qty"/>
|
<span t-esc="round(order_line.weight*order_line.product_uom_qty,2)"/>
|
||||||
kg
|
kg
|
||||||
</t>
|
</t>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue