Fix problem in report_production for bad values of weight
parent
b74f59bc48
commit
01f42dc6c2
|
|
@ -186,7 +186,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