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