|
@@ -50,7 +50,7 @@
|
|
.art-col13{
|
|
.art-col13{
|
|
padding-left: 0.0cm;
|
|
padding-left: 0.0cm;
|
|
font-size: 3.0mm;
|
|
font-size: 3.0mm;
|
|
- width:3.2cm;
|
|
|
|
|
|
+ width:2.2cm;
|
|
text-align: left;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
min-height: 0.6cm;
|
|
min-height: 0.6cm;
|
|
@@ -66,9 +66,9 @@
|
|
}
|
|
}
|
|
.art-col12{
|
|
.art-col12{
|
|
padding-left: 0.5mm;
|
|
padding-left: 0.5mm;
|
|
- width:1.3cm;
|
|
|
|
|
|
+ width:0.8cm;
|
|
font-size: 3mm;
|
|
font-size: 3mm;
|
|
- text-align: right;
|
|
|
|
|
|
+ text-align: left;
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
min-height: 0.6cm;
|
|
min-height: 0.6cm;
|
|
}
|
|
}
|
|
@@ -240,7 +240,7 @@
|
|
</tr>
|
|
</tr>
|
|
|
|
|
|
<div class="cab-articulos"> </div>
|
|
<div class="cab-articulos"> </div>
|
|
- <div style="height:9.0cm;">
|
|
|
|
|
|
+ <div style="height:8.3cm;">
|
|
<div style="font-family: Arial;">
|
|
<div style="font-family: Arial;">
|
|
<table class="table borderless table-condensed">
|
|
<table class="table borderless table-condensed">
|
|
<t t-set="valor_exentas" t-value="0"/>
|
|
<t t-set="valor_exentas" t-value="0"/>
|
|
@@ -249,19 +249,19 @@
|
|
<tbody>
|
|
<tbody>
|
|
<tr t-foreach="o.invoice_line" t-as="l">
|
|
<tr t-foreach="o.invoice_line" t-as="l">
|
|
<!-- CANTIDAD -->
|
|
<!-- CANTIDAD -->
|
|
- <td style="font-size:9.5px;font-family: Arial;width:0.5cm;overflow: auto; text-align: left;">
|
|
|
|
|
|
+ <td style="font-size:9.5px;font-family: Arial;width:0.4cm;overflow: auto; text-align: left;">
|
|
<span t-esc="'%.0f'%l.quantity"/>
|
|
<span t-esc="'%.0f'%l.quantity"/>
|
|
</td>
|
|
</td>
|
|
<!-- CODIGO DE PRODUCTO -->
|
|
<!-- CODIGO DE PRODUCTO -->
|
|
- <td style="font-size:9.5px;font-family: Arial;width:1.7cm;overflow: auto; text-align: left;">
|
|
|
|
|
|
+ <td style="font-size:9px;font-family: Arial;width:1.5cm;overflow: auto; text-align: left;">
|
|
<span t-field="l.product_id.default_code"/>
|
|
<span t-field="l.product_id.default_code"/>
|
|
</td>
|
|
</td>
|
|
<!-- NOMBRE DEL PRODUCTO -->
|
|
<!-- NOMBRE DEL PRODUCTO -->
|
|
- <td style="font-size:9px;font-family: Arial;width:3.50cm;overflow: auto;">
|
|
|
|
|
|
+ <td style="font-size:9px;font-family: Arial;width:3.45cm;overflow: auto;">
|
|
<span t-field="l.product_id.name"/>
|
|
<span t-field="l.product_id.name"/>
|
|
</td>
|
|
</td>
|
|
<!-- PRECIO UNITARIO -->
|
|
<!-- PRECIO UNITARIO -->
|
|
- <td style="font-size:9.5px;font-family: Arial;width:1.6cm;overflow: auto; text-align: right;">
|
|
|
|
|
|
+ <td style="font-size:9.5px;font-family: Arial;width:1.4cm;overflow: auto; text-align: right;">
|
|
<t t-if="o.currency_id.id == 166">
|
|
<t t-if="o.currency_id.id == 166">
|
|
<span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
|
|
<span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
|
|
</t>
|
|
</t>
|