@@ -327,7 +327,7 @@
</td>
<td class="art-col4"></td>
<td class="art-col5">
- <span t-esc="'{0:,.2f}'.format(int(valor_mat)).replace(',', '.')"></span>
+ <span t-esc="'{0:,.2f}'.format((valor_mat)).replace(',', '.')"></span>
</table>
</div>