Bladeren bron

Módulo para factura y nota legal de conecta5

SEBAS 6 maanden geleden
bovenliggende
commit
a7870af0e9
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      factura_venta_conecta5.xml

+ 1 - 1
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:' + ('1.8' if i > 1 else '0') + 'cm;'">
+                        <div class="copia" t-att-style="'position:relative; height:8.8cm; width:100%; page-break-inside:avoid; margin-top:' + ('2.0' if i > 1 else '0') + 'cm;'">
 
                             <style type="text/css">
                                 .campo{position:absolute; font-size:10px;}