浏览代码

Módulo para factura y nota legal de conecta5

SEBAS 6 月之前
父节点
当前提交
d21cfdc476
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      factura_venta_conecta5.xml

+ 4 - 4
factura_venta_conecta5.xml

@@ -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>