Parcourir la source

Módulo para etiquetar se cambio medidas

SEBAS il y a 6 mois
Parent
commit
08855f229b
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      report/report_product_labels.xml

+ 4 - 4
report/report_product_labels.xml

@@ -37,15 +37,15 @@
                                             <h4><span t-field="product.name"/></h4>
                                         </td>
                                 </tr>
-                                <tr style="border: 1px solid black;">
+                                <!-- <tr style="border: 1px solid black;">
                                     <td colspan="2">
                                         <h4><span>Code: </span><span t-field="product.default_code" /></h4>
                                     </td>
-                                </tr>
+                                </tr> -->
                                 <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:50px"/>
+                                            <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"/>
                                             <h5><span t-esc="product.ean13" /></h5>
                                         </span>
                                     </td>
@@ -58,4 +58,4 @@
 		</template>
 
 	</data>
-</openerp>
+</openerp>