|
@@ -32,13 +32,13 @@
|
|
|
</tr>
|
|
|
<tr style="border: 1px solid black;">
|
|
|
<td colspan="2">
|
|
|
- <h4><span>Precio: </span><span t-field="line.product_id.lst_price" /></h4>
|
|
|
+ <h4><span>Precio: </span><span t-field="line.product_id.list_price" /></h4>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr style="border: 1px solid black;">
|
|
|
<td colspan="2">
|
|
|
<span t-if="line.product_id.ean13">
|
|
|
- <img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('EAN13', line.product_id.ean13, 600, 100)" style="margin-top: 3px; width:70mm; height:25mm"/>
|
|
|
+ <img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('EAN13', line.product_id.ean13, 400, 100)" style="margin-top: 3px; width:70mm; height:25mm"/>
|
|
|
<h5><span t-esc="line.product_id.ean13" /></h5>
|
|
|
</span>
|
|
|
</td>
|