|
@@ -202,35 +202,38 @@
|
|
padding-left: 0.8cm;
|
|
padding-left: 0.8cm;
|
|
min-height: 0.3cm;
|
|
min-height: 0.3cm;
|
|
}
|
|
}
|
|
- .linea5{
|
|
|
|
- position: relative;
|
|
|
|
- top: -0.12cm;
|
|
|
|
- min-height: 0.3cm;
|
|
|
|
|
|
+ .articulos1{
|
|
|
|
+ height: 0.15cm;
|
|
|
|
+ }
|
|
|
|
+ .art-col11{
|
|
|
|
+ width:1.3cm;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+ .art-col21{
|
|
|
|
+ padding-left: 1.2cm;
|
|
|
|
+ width:1cm;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+ .art-col31{
|
|
|
|
+ padding-left: 0.6cm;
|
|
|
|
+ width:9.1cm;
|
|
|
|
+ }
|
|
|
|
+ .art-col41{
|
|
|
|
+ width:1.8cm;
|
|
|
|
+ text-align: right;
|
|
|
|
+ }
|
|
|
|
+ .art-col51{
|
|
|
|
+ width:1.8cm;
|
|
|
|
+ text-align: right;
|
|
|
|
+ }
|
|
|
|
+ .art-col61{
|
|
|
|
+ width:2.0cm;
|
|
|
|
+ text-align: right;
|
|
|
|
+ }
|
|
|
|
+ .art-col71{
|
|
|
|
+ width:1.9cm;
|
|
|
|
+ text-align: right;
|
|
}
|
|
}
|
|
- .iva_espacio{
|
|
|
|
- width: 0.2cm;
|
|
|
|
- float: right;
|
|
|
|
- padding-left: 16.9cm;
|
|
|
|
- min-height: 0.25cm;
|
|
|
|
- }
|
|
|
|
- .iva_5_data{
|
|
|
|
- width: 3cm;
|
|
|
|
- float: right;
|
|
|
|
- padding-left: 0.1cm;
|
|
|
|
- min-height: 0.25cm;
|
|
|
|
- }
|
|
|
|
- .iva_10_data{
|
|
|
|
- width: 3.0cm;
|
|
|
|
- float: right;
|
|
|
|
- padding-left: 0.5cm;
|
|
|
|
- min-height: 0.25cm;
|
|
|
|
- }
|
|
|
|
- .iva_total_data{
|
|
|
|
- width: 3.0cm;
|
|
|
|
- float: right;
|
|
|
|
- padding-left: 0.6cm;
|
|
|
|
- min-height: 0.25cm;
|
|
|
|
- }
|
|
|
|
|
|
|
|
</style>
|
|
</style>
|
|
<t t-foreach="docs" t-as="o">
|
|
<t t-foreach="docs" t-as="o">
|
|
@@ -288,13 +291,23 @@
|
|
</td>
|
|
</td>
|
|
<div class="total_pagar_data">Gs.: <span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/></div>
|
|
<div class="total_pagar_data">Gs.: <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>
|
|
<div class="total_pagar"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></div>
|
|
- <div class="linea5">
|
|
|
|
- <div class="iva_espacio"> </div>
|
|
|
|
|
|
+ <div class="articulos1">
|
|
|
|
+ <table class="tab-articulos1">
|
|
|
|
+ <td class="art-col11"></td>
|
|
|
|
+ <td class="art-col21"></td>
|
|
|
|
+ <td class="art-col31"></td>
|
|
|
|
+ <td class="art-col41"></td>
|
|
|
|
+ <td class="art-col51"> </td>
|
|
|
|
+ <td class="art-col61"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></td>
|
|
|
|
+ <td class="art-col71"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></td>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- <div class="iva_espacio"> </div>
|
|
<div class="iva_5_data"> </div>
|
|
<div class="iva_5_data"> </div>
|
|
<div class="iva_10_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>
|
|
<div class="iva_10_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>
|
|
- <div class="iva_total_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>
|
|
|
|
|
|
+ <div class="iva_total_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div> -->
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
|
|
+
|
|
<t t-if="i == 1">
|
|
<t t-if="i == 1">
|
|
<div class="logo1"> </div>
|
|
<div class="logo1"> </div>
|
|
</t>
|
|
</t>
|