|
@@ -199,7 +199,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.sub_total{
|
|
.sub_total{
|
|
- width: 8cm;
|
|
|
|
|
|
+ width: 11cm;
|
|
text-align: right;
|
|
text-align: right;
|
|
padding-top: 0.09cm;
|
|
padding-top: 0.09cm;
|
|
padding-left: 9.5cm;
|
|
padding-left: 9.5cm;
|
|
@@ -207,7 +207,7 @@
|
|
min-height: 0.4cm;
|
|
min-height: 0.4cm;
|
|
}
|
|
}
|
|
.total_iva{
|
|
.total_iva{
|
|
- width: 8cm;
|
|
|
|
|
|
+ width: 11cm;
|
|
text-align: right;
|
|
text-align: right;
|
|
padding-top: 0.09cm;
|
|
padding-top: 0.09cm;
|
|
padding-left: 9.5cm;
|
|
padding-left: 9.5cm;
|
|
@@ -215,7 +215,7 @@
|
|
min-height: 0.4cm;
|
|
min-height: 0.4cm;
|
|
}
|
|
}
|
|
.total_total{
|
|
.total_total{
|
|
- width: 8cm;
|
|
|
|
|
|
+ width: 11cm;
|
|
float: left;
|
|
float: left;
|
|
text-align: right;
|
|
text-align: right;
|
|
padding-top: 0.09cm;
|
|
padding-top: 0.09cm;
|
|
@@ -239,7 +239,7 @@
|
|
<t t-foreach="docs" t-as="o">
|
|
<t t-foreach="docs" t-as="o">
|
|
<div class="pagina">
|
|
<div class="pagina">
|
|
<div class="row">
|
|
<div class="row">
|
|
- <div class="col-xs-4">
|
|
|
|
|
|
+ <div class="col-xs-4" style="border-top-left-radius: 10px; border-bottom-left-radius: 10px; padding-bottom: 0.15mm; padding-left: 0.01mm; padding-top: 0.01mm; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; border-left: 2px solid #ddd; border-right: 2px solid #ddd;">
|
|
<tr>
|
|
<tr>
|
|
<div class="descripcion">
|
|
<div class="descripcion">
|
|
</div>
|
|
</div>
|
|
@@ -354,7 +354,7 @@
|
|
<strong>Total: </strong> <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
<strong>Total: </strong> <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <!-- <div class="total_pagar_data">En letras: <span t-esc="convertir(o.amount_total,o.currency_id.en_letras1)"/></div> -->
|
|
|
|
|
|
+ <div class="total_pagar_data">En letras: <span t-esc="convertir(o.amount_total,o.currency_id.en_letras1)"/></div>
|
|
<div class="divisoria"> </div>
|
|
<div class="divisoria"> </div>
|
|
|
|
|
|
<!-- <p t-field="o.note"/>
|
|
<!-- <p t-field="o.note"/>
|