@@ -152,7 +152,7 @@
</td>
<!-- CANTIDAD -->
<td style="font-size:9px;font-family: Arial;width:2.7cm;overflow: auto; text-align: center;">
- <span t-esc="'%.0f'%l.quantity"/>
+ <span t-esc="'%.2f'%l.quantity"/>
<!-- NOMBRE DEL PRODUCTO -->
@@ -150,7 +150,7 @@
- <span t-esc="'%.0f'%l.product_uom_qty"/>
+ <span t-esc="'%.2f'%l.product_uom_qty"/>