|
@@ -54,7 +54,7 @@
|
|
|
.contado_x{
|
|
|
width: 1.8cm;
|
|
|
float: left;
|
|
|
- padding-left: 8.6cm;
|
|
|
+ padding-left: 8.3cm;
|
|
|
min-height: 0.5cm;
|
|
|
}
|
|
|
.credito_x{
|
|
@@ -152,7 +152,7 @@
|
|
|
text-align: right;
|
|
|
}
|
|
|
.art-col5{
|
|
|
- width:2.7cm;
|
|
|
+ width:2.0cm;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.art-col6{
|
|
@@ -160,7 +160,7 @@
|
|
|
text-align: right;
|
|
|
}
|
|
|
.art-col7{
|
|
|
- width:1.5cm;
|
|
|
+ width:1.8cm;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.logo1{
|
|
@@ -172,27 +172,27 @@
|
|
|
width: 8cm;
|
|
|
float: left;
|
|
|
padding-top: 0.002cm;
|
|
|
- padding-left: 2.9cm;
|
|
|
+ padding-left: 2.0cm;
|
|
|
min-height: 0.37cm;
|
|
|
}
|
|
|
.subtotal_excentas{
|
|
|
- width: 6.7cm;
|
|
|
+ width: 6.9cm;
|
|
|
float: left;
|
|
|
- text-align: right;
|
|
|
+ text-align: left;
|
|
|
padding-left: 5.7cm;
|
|
|
padding-top: 0.7cm;
|
|
|
min-height: 0.37cm;
|
|
|
}
|
|
|
.subtotal_5{
|
|
|
- width: 2cm;
|
|
|
+ width: 1.7cm;
|
|
|
float: left;
|
|
|
- padding-left: 0.2cm;
|
|
|
+ padding-left: 0.1cm;
|
|
|
text-align: right;
|
|
|
padding-top: 0.7cm;
|
|
|
min-height: 0.37cm;
|
|
|
}
|
|
|
.subtotal_10{
|
|
|
- width: 2.1cm;
|
|
|
+ width: 2.3cm;
|
|
|
float: left;
|
|
|
padding-left: 0.5cm;
|
|
|
text-align: right;
|
|
@@ -340,7 +340,15 @@
|
|
|
|
|
|
</div>
|
|
|
<td style="font-size:10px;">
|
|
|
- <div class="subtotal_10"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></div>
|
|
|
+ <div class="subtotal_10">
|
|
|
+ <t t-if="o.currency_id.id == 166">
|
|
|
+ <span t-esc="'{0:,.0f}'.format(valor_10)"/>
|
|
|
+ </t>
|
|
|
+ <t t-if="o.currency_id.id != 166">
|
|
|
+ <span t-esc="'{0:,.2f}'.format(valor_10)"/>
|
|
|
+ </t>
|
|
|
+ <t t-set="iva_10" t-value="(valor_10)/11" />
|
|
|
+ </div>
|
|
|
</td>
|
|
|
<div class="total_pagar_data"><span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/></div>
|
|
|
<div class="total_pagar"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></div>
|