|
@@ -103,14 +103,18 @@
|
|
|
text-align: center;
|
|
|
}
|
|
|
.art-col2{
|
|
|
+ width:1.3cm;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .art-col3{
|
|
|
padding-left: 0.3cm;
|
|
|
width:20cm;
|
|
|
}
|
|
|
- .art-col3{
|
|
|
+ .art-col4{
|
|
|
padding-left: 0.3cm;
|
|
|
width:3.3cm;
|
|
|
}
|
|
|
- .art-col4{
|
|
|
+ .art-col5{
|
|
|
width:3cm;
|
|
|
text-align: right;
|
|
|
}
|
|
@@ -159,6 +163,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th style="font-size:10px;font-family: Arial;width:1.3cm;overflow: auto; text-align: center;">Referencia</th>
|
|
|
+ <th style="font-size:10px;font-family: Arial;width:1.3cm;overflow: auto; text-align: center;">Medida</th>
|
|
|
<th style="font-size:10px;font-family: Arial;width:20cm;overflow: auto; text-align: center;">Descripción del producto/servicio</th>
|
|
|
<th style="font-size:10px;font-family: Arial;width:3,3cm;overflow: auto; text-align: center;">Marca</th>
|
|
|
<th style="font-size:10px;font-family: Arial;width:3cm;overflow: auto; text-align: center;">Prec. Venta</th>
|
|
@@ -170,12 +175,15 @@
|
|
|
<span t-field="o.default_code"/>
|
|
|
</td>
|
|
|
<td class="art-col2">
|
|
|
- <span t-field="o.name"/>
|
|
|
+ <span t-field="o.uom_id"/>
|
|
|
</td>
|
|
|
<td class="art-col3">
|
|
|
- <span t-field="o.product_brand_id"/>
|
|
|
+ <span t-field="o.name"/>
|
|
|
</td>
|
|
|
<td class="art-col4">
|
|
|
+ <span t-field="o.product_brand_id"/>
|
|
|
+ </td>
|
|
|
+ <td class="art-col5">
|
|
|
<span t-field="o.list_price"/>
|
|
|
</td>
|
|
|
</tbody>
|