|
|
@@ -20,7 +20,7 @@
|
|
|
<t t-foreach="[1,2,3]" t-as="i">
|
|
|
|
|
|
<!-- Cada copia ocupa ~8.8cm de alto (3x8.8 + 3cm margen = 29.7cm) -->
|
|
|
- <div class="copia" t-att-style="'position:relative; height:8.8cm; width:100%; page-break-inside:avoid; margin-top:' + ('2.3' if i == 2 else ('2.5' if i == 3 else '0')) + 'cm;'">
|
|
|
+ <div class="copia" t-att-style="'position:relative; height:8.8cm; width:100%; page-break-inside:avoid; margin-top:' + ('2.5' if i == 2 else ('2.55' if i == 3 else '0')) + 'cm;'">
|
|
|
|
|
|
<style type="text/css">
|
|
|
.campo{position:absolute; font-size:10px;}
|
|
|
@@ -34,15 +34,15 @@
|
|
|
</style>
|
|
|
|
|
|
<!-- Fecha de emisión -->
|
|
|
- <div class="campo" style="top:0.2cm; left:3.7cm;">
|
|
|
+ <div class="campo" style="top:0.3cm; left:3.7cm;">
|
|
|
<span t-esc="time.strftime('%d %b %Y')"/>
|
|
|
</div>
|
|
|
|
|
|
<!-- Condición de venta (Contado / Crédito) -->
|
|
|
- <div class="xmark" style="top:0.2cm; left:18.1cm;">
|
|
|
+ <div class="xmark" style="top:0.3cm; left:18.1cm;">
|
|
|
<t t-if="o.contado">X</t>
|
|
|
</div>
|
|
|
- <div class="xmark" style="top:0.2cm; left:18.4cm;">
|
|
|
+ <div class="xmark" style="top:0.3cm; left:18.4cm;">
|
|
|
<t t-if="o.credito">X</t>
|
|
|
</div>
|
|
|
|