|
@@ -235,10 +235,10 @@
|
|
</td>
|
|
</td>
|
|
<td style="font-size:10px;font-family: Arial;width:2.5cm;overflow: auto; text-align: right;">
|
|
<td style="font-size:10px;font-family: Arial;width:2.5cm;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(valor_10)"/>
|
|
|
|
|
|
+ <span t-esc="'{0:,.0f}'.format(valor_exentas+valor_10)"/>
|
|
</t>
|
|
</t>
|
|
<t t-if="o.currency_id.id != 166">
|
|
<t t-if="o.currency_id.id != 166">
|
|
- <span t-esc="'{0:,.2f}'.format(valor_10)"/>
|
|
|
|
|
|
+ <span t-esc="'{0:,.2f}'.format(valor_exentas+valor_10)"/>
|
|
</t>
|
|
</t>
|
|
<t t-set="iva_10" t-value="valor_exentas+valor_10/11" />
|
|
<t t-set="iva_10" t-value="valor_exentas+valor_10/11" />
|
|
</td>
|
|
</td>
|