From e00e8f8312cfede3549eb000f1684f756cb03d46 Mon Sep 17 00:00:00 2001 From: eLBati Date: Mon, 4 Mar 2024 17:03:16 +0100 Subject: [PATCH] [FIX] account_financial_report: show currency name instead of dictionary Steps: - Accounting > Reporting > OCA accounting reports > Journal Ledger - Select Date range and activate Foreign Currency Get "{'name': 'EUR'} " in currency field Desired: get EUR --- account_financial_report/report/templates/journal_ledger.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/account_financial_report/report/templates/journal_ledger.xml b/account_financial_report/report/templates/journal_ledger.xml index dcd241e9..30a13fa1 100644 --- a/account_financial_report/report/templates/journal_ledger.xml +++ b/account_financial_report/report/templates/journal_ledger.xml @@ -302,7 +302,9 @@
- +