|
@@ -37,15 +37,15 @@
|
|
<h4><span t-field="product.name"/></h4>
|
|
<h4><span t-field="product.name"/></h4>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
- <tr style="border: 1px solid black;">
|
|
|
|
|
|
+ <!-- <tr style="border: 1px solid black;">
|
|
<td colspan="2">
|
|
<td colspan="2">
|
|
<h4><span>Code: </span><span t-field="product.default_code" /></h4>
|
|
<h4><span>Code: </span><span t-field="product.default_code" /></h4>
|
|
</td>
|
|
</td>
|
|
- </tr>
|
|
|
|
|
|
+ </tr> -->
|
|
<tr style="border: 1px solid black;">
|
|
<tr style="border: 1px solid black;">
|
|
<td colspan="2">
|
|
<td colspan="2">
|
|
<span t-if="product.ean13">
|
|
<span t-if="product.ean13">
|
|
- <img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('EAN13', product.ean13, 600, 100)" style="margin-top: 5px; width:270px; height:50px"/>
|
|
|
|
|
|
+ <img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('EAN13', product.ean13, 600, 100)" style="margin-top: 5px; width:270px; height:25px"/>
|
|
<h5><span t-esc="product.ean13" /></h5>
|
|
<h5><span t-esc="product.ean13" /></h5>
|
|
</span>
|
|
</span>
|
|
</td>
|
|
</td>
|
|
@@ -58,4 +58,4 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
</data>
|
|
</data>
|
|
-</openerp>
|
|
|
|
|
|
+</openerp>
|