|
@@ -362,9 +362,9 @@
|
|
|
|
|
|
<!-- LINEA TOTAL EN LETRAS Y TOTAL GENERAL -->
|
|
|
|
|
|
+ <td style="font-size:10px;font-family: Arial;width:1.3cm;overflow: auto; text-align: center;"></td>
|
|
|
<!-- <td style="padding-top:1.2cm;font-size:10px;font-family: Arial;width:0.3cm;overflow: auto; text-align: center;"></td> -->
|
|
|
- <!-- <td style="padding-top:1.2cm;font-size:10px;font-family: Arial;width:0.3cm;overflow: auto; text-align: center;"></td> -->
|
|
|
- <td style="font-size: 2.8mm;padding-left: 2.8cm;font-family: Arial;width:15cm;overflow: auto; text-align: left;">
|
|
|
+ <td style="font-size: 2.8mm;padding-left: 2.8cm;font-family: Arial;width:13.7cm;overflow: auto; text-align: left;">
|
|
|
<t t-if="o.currency_id.id == 166">
|
|
|
<div>Gs <span t-esc="convertir('%.0f'%o.amount_total,o.currency_id.en_letras)"/></div>
|
|
|
</t>
|
|
@@ -381,14 +381,14 @@
|
|
|
<span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
|
</t>
|
|
|
<t t-if="o.currency_id.id != 166">
|
|
|
- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span t-esc="'{0:,.2f}'.format(o.amount_total)"/>
|
|
|
+ <span t-esc="'{0:,.2f}'.format(o.amount_total)"/>
|
|
|
</t>
|
|
|
</td>
|
|
|
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
- <div style="height:1.1cm;padding-top:-0.3cm;">
|
|
|
+ <div style="height:1.0cm;padding-top:-0.3cm;">
|
|
|
<table class="table borderless table-condensed3">
|
|
|
<tbody>
|
|
|
|