Parcourir la source

Módulo para etiquetar se cambio medidas

SEBAS il y a 5 mois
Parent
commit
76b8b17d79

BIN
__init__.pyc


BIN
models/__init__.pyc


BIN
models/product_product.pyc


BIN
models/product_template.pyc


+ 1 - 1
report/report_product_labels.xml

@@ -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, 600, 100)" style="margin-top: 5px; width:270px; height:25px"/>
+                                            <img t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;width=%s&amp;height=%s' % ('EAN13', product.ean13, 600, 100)" style="margin-top: 3px; width:70mm; height:35mm"/>
                                             <h5><span t-esc="product.ean13" /></h5>
                                         </span>
                                     </td>

+ 1 - 1
report/report_product_labels_wizard.xml

@@ -38,7 +38,7 @@
                                         <tr style="border: 1px solid black;">
                                             <td colspan="2">
                                                 <span t-if="line.product_id.ean13">
-                                                    <img t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;width=%s&amp;height=%s' % ('EAN13', line.product_id.ean13, 600, 100)" style="margin-top: 5px; width:270px; height:20px"/>
+                                                    <img t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;width=%s&amp;height=%s' % ('EAN13', line.product_id.ean13, 600, 100)" style="margin-top: 3px; width:70mm; height:35mm"/>
                                                     <h5><span t-esc="line.product_id.ean13" /></h5>
                                                 </span>
                                             </td>

BIN
wizard/__init__.pyc


BIN
wizard/product_product_label_print.pyc