|
@@ -158,11 +158,11 @@
|
|
</td>
|
|
</td>
|
|
<!-- PRECIO UNITARIO -->
|
|
<!-- PRECIO UNITARIO -->
|
|
<td style="font-size:10px;font-family: Arial;width:1.7cm;overflow: auto; text-align: right;">
|
|
<td style="font-size:10px;font-family: Arial;width:1.7cm;overflow: auto; text-align: right;">
|
|
- <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
|
|
|
|
+ <span t-esc="'{0:,.0f}'.format(o.amount_total+o.amount_discount)"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <td style="font-size:10px;font-family: Arial;width:1.3cm;overflow: auto; text-align: left;">
|
|
|
|
|
|
+ <td style="font-size:10px;font-family: Arial;width:1.3cm;overflow: auto; text-align: right;">
|
|
<b>Descuento: </b><span t-esc="'{0:,.0f}'.format(o.amount_discount)"/>
|
|
<b>Descuento: </b><span t-esc="'{0:,.0f}'.format(o.amount_discount)"/>
|
|
</td>
|
|
</td>
|
|
|
|
|