Explorar el Código

Módulo para etiquetar se cambio medidas

SEBAS hace 5 meses
padre
commit
ffedaa0632
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      report/report_product_labels.xml

+ 4 - 4
report/report_product_labels.xml

@@ -32,12 +32,12 @@
                         <div class="row">
                             <table style="width: 100%; border: 1px solid black; text-align: center;">
 
-                                <tr style="border: 1px solid black;">
+                                <tr>
                                         <td colspan="2">
                                             <h5><span t-field="product.name"/></h5>
                                         </td>
-                                <!-- </tr>
-                                <tr style="border: 1px solid black;"> -->
+                                </tr>
+                                <tr>
                                     <td colspan="2">
                                         <h5><span>Precio: </span><span t-field="product.lst_price" /></h5>
                                     </td>
@@ -45,7 +45,7 @@
                                 <tr style="border: 1px solid black;">
                                     <td colspan="2">
                                         <span t-if="product.ean13">
-                                            <img t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;width=%s&amp;height=%s' % ('EAN13', product.ean13, 400, 100)" style="margin-top: 3px; width:70mm; height:25mm"/>
+                                            <img t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;width=%s&amp;height=%s' % ('EAN13', product.ean13, 600, 30)" style="margin-top: 3px; width:70mm; height:25mm"/>
                                             <h5><span t-esc="product.ean13" /></h5>
                                         </span>
                                     </td>