浏览代码

Módulo para etiquetar se cambio medidas

SEBAS 5 月之前
父节点
当前提交
76b8b17d79
共有 8 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      __init__.pyc
  2. 二进制
      models/__init__.pyc
  3. 二进制
      models/product_product.pyc
  4. 二进制
      models/product_template.pyc
  5. 1 1
      report/report_product_labels.xml
  6. 1 1
      report/report_product_labels_wizard.xml
  7. 二进制
      wizard/__init__.pyc
  8. 二进制
      wizard/product_product_label_print.pyc

二进制
__init__.pyc


二进制
models/__init__.pyc


二进制
models/product_product.pyc


二进制
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>

二进制
wizard/__init__.pyc


二进制
wizard/product_product_label_print.pyc