|
@@ -369,19 +369,27 @@
|
|
|
|
|
|
<div class="total" >
|
|
<div class="total" >
|
|
<t t-if="o.currency_id.id == 166">
|
|
<t t-if="o.currency_id.id == 166">
|
|
- <span t-esc="'{0:,.0f}'.format(int(valor_mat)).replace(',', '.')"></span> Gs.
|
|
|
|
|
|
+ <t t-if="o.sivisible == True">
|
|
|
|
+ <span t-esc="'{0:,.0f}'.format(int(valor_mat)).replace(',', '.')"></span> Gs.
|
|
|
|
+ </t>
|
|
</t>
|
|
</t>
|
|
<t t-if="o.currency_id.id == 3">
|
|
<t t-if="o.currency_id.id == 3">
|
|
|
|
+ <t t-if="o.sivisible == True">
|
|
<span t-esc="'{0:,.0f}'.format(int(valor_mat)).replace(',', '.')"> </span> U$.
|
|
<span t-esc="'{0:,.0f}'.format(int(valor_mat)).replace(',', '.')"> </span> U$.
|
|
|
|
+ </t>
|
|
</t>
|
|
</t>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="totalenletra" >
|
|
<div class="totalenletra" >
|
|
<t t-if="o.currency_id.id == 166">
|
|
<t t-if="o.currency_id.id == 166">
|
|
- <span t-esc="convertir(o.amount_total,o.currency_id.en_letra)"/> Guaraníes
|
|
|
|
|
|
+ <t t-if="o.sivisible == True">
|
|
|
|
+ <span t-esc="convertir(o.amount_total,o.currency_id.en_letra)"/> Guaraníes
|
|
|
|
+ </t>
|
|
</t>
|
|
</t>
|
|
<t t-if="o.currency_id.id == 3">
|
|
<t t-if="o.currency_id.id == 3">
|
|
- <span t-esc="convertir(o.amount_total,o.currency_id.en_letra)" options="{'currency_field': 'o.currency_id'}"/> Dólares
|
|
|
|
|
|
+ <t t-if="o.sivisible == True">
|
|
|
|
+ <span t-esc="convertir(o.amount_total,o.currency_id.en_letra)" options="{'currency_field': 'o.currency_id'}"/> Dólares
|
|
|
|
+ </t>
|
|
</t>
|
|
</t>
|
|
</div>
|
|
</div>
|
|
|
|
|