account_check_deposit: fix printing report

This commit is contained in:
Sébastien BEAU
2023-11-15 00:43:44 +01:00
parent b532b72b8d
commit 803c046b08

View File

@@ -79,7 +79,7 @@
>
<span
t-field="move_line.debit"
t-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
t-options='{"widget": "monetary", "display_currency": o.currency_id}'
/>
</t>
<t
@@ -87,10 +87,10 @@
>
<span
t-field="move_line.amount_currency"
t-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
t-options='{"widget": "monetary", "display_currency": o.currency_id}'
/>
</t>
</td>
</td>:
</tr>
</t>
<tr>
@@ -103,7 +103,7 @@
<b>
<span
t-field="o.total_amount"
t-options='{"widget": "monetary", "display_currency": "o.currency_id"}'
t-options='{"widget": "monetary", "display_currency": o.currency_id}'
/>
</b>
</td>