浏览代码

Módulo para factura y nota legal de conecta5

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

+ 1 - 2
factura_venta_conecta5.xml

@@ -19,8 +19,7 @@
                     <t t-foreach="[1,2,3]" t-as="i">
 
                         <!-- Corregido: concatenación en lugar de % -->
-                        <div class="copia"
-                             t-att-style="'position:relative; height:9.7cm; width:100%; page-break-inside:avoid; margin-top:' + ('2' if i in [2,3] else '0') + 'cm;'">
+                        <div class="copia" t-att-style="'position:relative; height:9.7cm; width:100%; page-break-inside:avoid; margin-top:' + ('2' if i in [2,3] else '0') + 'cm;'">
 
                             <style type="text/css">
                                 .campo{position:absolute; font-size:10px;}