round weight in delivery note

develop
Andreas Osim 2021-06-30 14:11:59 +02:00
parent 0973c1cb3b
commit 4459616c0e
1 changed files with 1 additions and 1 deletions

View File

@ -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="order_line.weight"/> <span t-field="round(order_line.weight,2)"/>
kg kg
</t> </t>
</td> </td>