@@ -309,7 +309,7 @@
</td>
<td class="art-col5">
- <span t-esc= "'{0:,.2f}'.format(int(l.quantity * l.price_unit)).replace(',', '.')">
+ <span t-esc= "'{0:,.2f}'.format((l.quantity * l.price_unit)).replace(',', '.')">
<span t-value="valor_mat+(l.quantity * l.price_unit)"/></span>
<t t-set="valor_mat" t-value="valor_mat+(l.quantity * l.price_unit)"/>