|
@@ -45,14 +45,75 @@
|
|
|
width: 100%;
|
|
|
top: 0px;
|
|
|
}
|
|
|
+ .articulos{
|
|
|
+ height: 3.385cm;
|
|
|
+ }
|
|
|
+ .art-col11{
|
|
|
+ padding-left: 0.2mm;
|
|
|
+ width:1.5cm;
|
|
|
+ font-size: 2.9mm;
|
|
|
+ text-align: center;
|
|
|
+ vertical-align: top;
|
|
|
+ min-height: 0.6cm;
|
|
|
+ }
|
|
|
+ .art-col13{
|
|
|
+ padding-left: 0.4cm;
|
|
|
+ font-size: 3.0mm;
|
|
|
+ width:1.4cm;
|
|
|
+ text-align: left;
|
|
|
+ vertical-align: top;
|
|
|
+ min-height: 0.6cm;
|
|
|
+ }
|
|
|
+ .art-col14{
|
|
|
+ width:3.3cm;
|
|
|
+ font-size: 3mm;
|
|
|
+ padding-left: 0.8mm;
|
|
|
+ text-align: center;
|
|
|
+ vertical-align: top;
|
|
|
+ min-height: 0.6cm;
|
|
|
+
|
|
|
+ }
|
|
|
+ .art-col12{
|
|
|
+ padding-left: 0.2mm;
|
|
|
+ width:2.75cm;
|
|
|
+ font-size: 3mm;
|
|
|
+ text-align: right;
|
|
|
+ vertical-align: top;
|
|
|
+ min-height: 0.6cm;
|
|
|
+ }
|
|
|
+ .art-col15{
|
|
|
+ width:4.92cm;
|
|
|
+ font-size: 2.9mm;
|
|
|
+ text-align: right;
|
|
|
+ vertical-align: top;
|
|
|
+ min-height: 0.6cm;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .art-col16{
|
|
|
+ width:2.4cm;
|
|
|
+ font-size: 3mm;
|
|
|
+ vertical-align: top;
|
|
|
+ text-align: right;
|
|
|
+ min-height: 0.6cm;
|
|
|
+
|
|
|
+ }
|
|
|
+ .art-col17{
|
|
|
+ width:3.2cm;
|
|
|
+ font-size: 3.5mm;
|
|
|
+ text-align: right;
|
|
|
+ vertical-align: top;
|
|
|
+ min-height: 0.6cm;
|
|
|
+
|
|
|
+ }
|
|
|
.fecha_dia{
|
|
|
width: 1cm;
|
|
|
- padding-left: 1.1cm;
|
|
|
+ padding-left: 2.1cm;
|
|
|
float: left;
|
|
|
min-height: 0.8cm;
|
|
|
}
|
|
|
.fecha_emision_data{
|
|
|
- width: 6cm;
|
|
|
+ width: 5cm;
|
|
|
padding-left: 3.4cm;
|
|
|
float: left;
|
|
|
min-height: 0.8cm;
|
|
@@ -66,7 +127,7 @@
|
|
|
.contado_x{
|
|
|
width: 0.5cm;
|
|
|
float: left;
|
|
|
- padding-left: 2.5cm;
|
|
|
+ padding-left: 2.0cm;
|
|
|
min-height: 0.8cm;
|
|
|
}
|
|
|
.credito_x{
|
|
@@ -219,9 +280,35 @@
|
|
|
<t t-foreach="docs" t-as="o">
|
|
|
<div class="pagina">
|
|
|
<div class="logo"> </div>
|
|
|
- <div class="linea1">
|
|
|
+ <table class="tab-articulos2">
|
|
|
+ <td class="art-col11"> </td>
|
|
|
+ <td class="art-col13">
|
|
|
+ <span t-field="o.date_invoice" t-field-options='{"format": "dd"}'/>
|
|
|
+ </td>
|
|
|
+ <td class="art-col14">
|
|
|
+ <span t-field="o.date_invoice" t-field-options='{"format": "MMMM"}'/>
|
|
|
+ </td>
|
|
|
+ <td class="art-col12">
|
|
|
+ <span t-field="o.date_invoice" t-field-options='{"format": "yy"}'/>
|
|
|
+ </td>
|
|
|
+ <td class="art-col15">
|
|
|
+
|
|
|
+ </td>
|
|
|
+
|
|
|
+ <td class="art-col16">
|
|
|
+ <div class="contado_x">
|
|
|
+ <t t-if="o.contado == True">x</t>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td class="art-col17">
|
|
|
+ <div class="credito_x">
|
|
|
+ <t t-if="o.credito == True">x</t>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </table>
|
|
|
+
|
|
|
<!-- <div class="fecha_dia"><span t-field="o.date_invoice" t-field-options='{"format": "dd MMM yyyy"}'/></div> -->
|
|
|
- <td class="fecha_dia">
|
|
|
+ <!-- <td class="fecha_dia">
|
|
|
<span t-field="o.date_invoice" t-field-options='{"format": "dd"}'/>
|
|
|
</td>
|
|
|
<td class="fecha_emision_data">
|
|
@@ -229,16 +316,16 @@
|
|
|
</td>
|
|
|
<td class="fecha_year">
|
|
|
<span t-field="o.date_invoice" t-field-options='{"format": "yy"}'/>
|
|
|
- </td>
|
|
|
- <div class="contado_x">
|
|
|
+ </td> -->
|
|
|
+ <!-- <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">
|
|
|
<div class="razon_data"><span t-field="o.partner_id.name"/></div>
|