|
@@ -45,6 +45,11 @@
|
|
|
width: 100%;
|
|
|
top: 0px;
|
|
|
}
|
|
|
+ .linea2{
|
|
|
+ position: relative;
|
|
|
+ top: -0.12cm;
|
|
|
+ min-height: 0.5cm;
|
|
|
+ }
|
|
|
.fecha_emision_data{
|
|
|
width: 1.5cm;
|
|
|
padding-left: 3.5cm;
|
|
@@ -127,7 +132,7 @@
|
|
|
clear: both;
|
|
|
}
|
|
|
.articulos{
|
|
|
- height: 3.0cm;
|
|
|
+ height: 2.6cm;
|
|
|
}
|
|
|
.art-col1{
|
|
|
width:0.4cm;
|
|
@@ -140,7 +145,7 @@
|
|
|
}
|
|
|
.art-col3{
|
|
|
padding-left: 0.3cm;
|
|
|
- width:6.8cm;
|
|
|
+ width:7.3cm;
|
|
|
}
|
|
|
.art-col4{
|
|
|
width:0.9cm;
|
|
@@ -231,14 +236,14 @@
|
|
|
<div class="fecha_emision_data"><span t-field="o.date_invoice" t-field-options='{"format": "dd"}'/></div>
|
|
|
<div class="fecha_emision_mes"><span t-field="o.date_invoice" t-field-options='{"format": "MMMM"}'/></div>
|
|
|
<div class="fecha_emision_ano"><span t-field="o.date_invoice" t-field-options='{"format": "yy"}'/></div>
|
|
|
- <div class="contado_x">
|
|
|
+ <!-- <div class="contado_x">
|
|
|
<t t-if="o.contado == True">x</t>
|
|
|
<t t-if="o.contado == False"></t>
|
|
|
</div>
|
|
|
<div class="credito_x">
|
|
|
<t t-if="o.credito == True">x</t>
|
|
|
<t t-if="o.credito == False"></t>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
|
|
|
<div class="linea2">
|