|
@@ -61,15 +61,15 @@
|
|
}
|
|
}
|
|
.art-col12{
|
|
.art-col12{
|
|
width:1.8cm;
|
|
width:1.8cm;
|
|
- text-align: left;
|
|
|
|
|
|
+ text-align: right;
|
|
}
|
|
}
|
|
.art-col13{
|
|
.art-col13{
|
|
-
|
|
|
|
- width:0.3cm;
|
|
|
|
|
|
+ width:5.3cm;
|
|
|
|
+ text-align: right;
|
|
}
|
|
}
|
|
.art-col14{
|
|
.art-col14{
|
|
width:3.2cm;
|
|
width:3.2cm;
|
|
- text-align: left;
|
|
|
|
|
|
+ text-align: right;
|
|
}
|
|
}
|
|
.art-col15{
|
|
.art-col15{
|
|
width:0.8cm;
|
|
width:0.8cm;
|
|
@@ -271,12 +271,10 @@
|
|
<div class="fecha_emision_mes"></div>
|
|
<div class="fecha_emision_mes"></div>
|
|
<div class="fecha_emision_ano"></div>
|
|
<div class="fecha_emision_ano"></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>
|
|
<div class="credito_x">
|
|
<div class="credito_x">
|
|
- <t t-if="o.credito == True">x</t>
|
|
|
|
- <t t-if="o.credito == False"></t>
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div> -->
|
|
</div> -->
|
|
|
|
|
|
@@ -303,8 +301,13 @@
|
|
<td class="art-col13"><span t-field="o.date_invoice" t-field-options='{"format": "MMMM"}'/></td>
|
|
<td class="art-col13"><span t-field="o.date_invoice" t-field-options='{"format": "MMMM"}'/></td>
|
|
<td class="art-col14"><span t-field="o.date_invoice" t-field-options='{"format": "yy"}'/></td>
|
|
<td class="art-col14"><span t-field="o.date_invoice" t-field-options='{"format": "yy"}'/></td>
|
|
<td class="art-col15"></td>
|
|
<td class="art-col15"></td>
|
|
|
|
+ <t t-if="o.contado == True">x</t>
|
|
|
|
+ <t t-if="o.contado == False"></t>
|
|
<td class="art-col16"></td>
|
|
<td class="art-col16"></td>
|
|
- <td class="art-col17"></td>
|
|
|
|
|
|
+ <td class="art-col17">
|
|
|
|
+ <t t-if="o.credito == True">x</t>
|
|
|
|
+ <t t-if="o.credito == False"></t>
|
|
|
|
+ </td>
|
|
|
|
|
|
<div class="cab-articulos"> </div>
|
|
<div class="cab-articulos"> </div>
|
|
<div class="articulos">
|
|
<div class="articulos">
|