Parcourir la source

Módulo para factura y nota legal de conecta5

SEBAS il y a 6 mois
Parent
commit
a4181031e8
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      factura_venta_conecta5.xml

+ 3 - 3
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.2' if i == 2 else ('2' if i == 2.5 else '0')) + 'cm;'">
+                        <div class="copia"  t-att-style="'position:relative; height:8.8cm; width:100%; page-break-inside:avoid; margin-top:' + ('2.2' if i == 2 else ('2.3' if i == 3 else '0')) + 'cm;'">
 
                             <style type="text/css">
                                 .campo{position:absolute; font-size:10px;}
@@ -47,11 +47,11 @@
                             </div>
 
                             <!-- Cliente: Nombre y RUC -->
-                            <div class="campo" style="top:0.5cm; left:3.9cm; width:19cm;">
+                            <div class="campo" style="top:0.6cm; left:4.1cm; width:19cm;">
                                 <t t-if="o.partner_id.street">
                                     <span t-field="o.partner_id.name"/>
                                 </t>
-                                <span style="position:absolute; left:12.5cm;">
+                                <span style="position:absolute; left:12.0cm;">
                                     <span t-field="o.partner_id.ruc"/>
                                 </span>
                             </div>