|
|
@ -118,7 +118,7 @@ |
|
|
|
<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"> |
|
|
|
<td t-if="line['amount_currency']" 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> |
|
|
|