|
|
@ -90,10 +90,12 @@ |
|
|
|
<td class="text-right"> |
|
|
|
<span t-esc="line['balance']" t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}"/> |
|
|
|
</td> |
|
|
|
<td class="text-right" groups="base.group_multi_currency"> |
|
|
|
<span t-esc="line['amount_currency'] if line['amount_currency'] > 0.00 else ''"/> |
|
|
|
<span t-esc="line['currency_code'] if line['amount_currency'] > 0.00 else ''"/> |
|
|
|
</td> |
|
|
|
<t t-if="line['amount_currency']"> |
|
|
|
<td class="text-right" groups="base.group_multi_currency"> |
|
|
|
<span t-esc="line['amount_currency'] if line['amount_currency'] > 0.00 else ''"/> |
|
|
|
<span t-esc="line['currency_code'] if line['amount_currency'] > 0.00 else ''"/> |
|
|
|
</td> |
|
|
|
</t> |
|
|
|
</tr> |
|
|
|
</t> |
|
|
|
</tbody> |
|
|
|