|
@@ -32,12 +32,12 @@
|
|
<div class="row">
|
|
<div class="row">
|
|
<table style="width: 100%; border: 1px solid black; text-align: center;">
|
|
<table style="width: 100%; border: 1px solid black; text-align: center;">
|
|
|
|
|
|
- <tr style="border: 1px solid black;">
|
|
|
|
|
|
+ <tr>
|
|
<td colspan="2">
|
|
<td colspan="2">
|
|
<h5><span t-field="product.name"/></h5>
|
|
<h5><span t-field="product.name"/></h5>
|
|
</td>
|
|
</td>
|
|
- <!-- </tr>
|
|
|
|
- <tr style="border: 1px solid black;"> -->
|
|
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
<td colspan="2">
|
|
<td colspan="2">
|
|
<h5><span>Precio: </span><span t-field="product.lst_price" /></h5>
|
|
<h5><span>Precio: </span><span t-field="product.lst_price" /></h5>
|
|
</td>
|
|
</td>
|
|
@@ -45,7 +45,7 @@
|
|
<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, 400, 100)" style="margin-top: 3px; width:70mm; height:25mm"/>
|
|
|
|
|
|
+ <img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('EAN13', product.ean13, 600, 30)" style="margin-top: 3px; width:70mm; height:25mm"/>
|
|
<h5><span t-esc="product.ean13" /></h5>
|
|
<h5><span t-esc="product.ean13" /></h5>
|
|
</span>
|
|
</span>
|
|
</td>
|
|
</td>
|