|
@@ -51,14 +51,14 @@
|
|
min-height: 0.5cm;
|
|
min-height: 0.5cm;
|
|
}
|
|
}
|
|
.fecha_emision_data{
|
|
.fecha_emision_data{
|
|
- width: 1.5cm;
|
|
|
|
|
|
+ width: 1.8cm;
|
|
padding-left: 3.5cm;
|
|
padding-left: 3.5cm;
|
|
float: left;
|
|
float: left;
|
|
min-height: 0.4cm;
|
|
min-height: 0.4cm;
|
|
}
|
|
}
|
|
.fecha_emision_mes{
|
|
.fecha_emision_mes{
|
|
width: 4.5cm;
|
|
width: 4.5cm;
|
|
- padding-left: 0.9cm;
|
|
|
|
|
|
+ padding-left: 1.5cm;
|
|
float: left;
|
|
float: left;
|
|
min-height: 0.4cm;
|
|
min-height: 0.4cm;
|
|
}
|
|
}
|
|
@@ -235,7 +235,7 @@
|
|
<div class="linea1">
|
|
<div class="linea1">
|
|
<div class="fecha_emision_data"><span t-field="o.date_invoice" t-field-options='{"format": "dd"}'/></div>
|
|
<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_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="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 == True">x</t>
|
|
<t t-if="o.contado == False"></t>
|
|
<t t-if="o.contado == False"></t>
|
|
@@ -243,7 +243,7 @@
|
|
<div class="credito_x">
|
|
<div class="credito_x">
|
|
<t t-if="o.credito == True">x</t>
|
|
<t t-if="o.credito == True">x</t>
|
|
<t t-if="o.credito == False"></t>
|
|
<t t-if="o.credito == False"></t>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- <div class="linea2">
|
|
<!-- <div class="linea2">
|