|
@@ -235,7 +235,7 @@
|
|
|
</tr>
|
|
|
|
|
|
<div class="cab-articulos"> </div>
|
|
|
- <div style="height:8.4cm;">
|
|
|
+ <div style="height:8.4cm; padding-right:0.9cm;">
|
|
|
<div style="font-family: Arial;">
|
|
|
<table class="table borderless table-condensed">
|
|
|
<t t-set="valor_exentas" t-value="0"/>
|
|
@@ -256,7 +256,7 @@
|
|
|
<span t-field="l.product_id.name"/>
|
|
|
</td>
|
|
|
<!-- PRECIO UNITARIO -->
|
|
|
- <td style="font-size:9.3px;font-family: Arial;width:0.50cm;overflow: auto; text-align: right;padding-right: 0.2cm;">
|
|
|
+ <td style="font-size:9.2px;font-family: Arial;width:0.50cm;overflow: auto; text-align: right;padding-right: 0.2cm;">
|
|
|
<t t-if="o.currency_id.id == 166">
|
|
|
<span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
|
|
|
</t>
|