Fix problem in report_production for bad values of weight

develop
Andreas Osim 2021-09-22 14:26:45 +02:00
parent b74f59bc48
commit 01f42dc6c2
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@
</td>
<td class="text-right">
<t t-if="order_line.weight">
<span t-field="round(order_line.weight,2)"/>
<span t-esc="round(order_line.weight,2)"/>
kg
</t>
</td>