From 9d48733d19ec560795b111311099f4982577dabc Mon Sep 17 00:00:00 2001 From: "Hubert Van de Walle (huvw)" Date: Fri, 16 Jun 2023 09:38:54 +0000 Subject: [PATCH] [FIX] account: display journal entries total MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Steps to reproduce ================== - Go to Accounting > Accounting > Journal Entries The total at the bottom is not displayed and there is a `-` instead. Cause of the issue ================== The `amount_total_signed` field uses the currency_field `company_currency_id`. It should be present in the view for the web client to be aware of it's value. opw-3316448 closes odoo/odoo#125639 X-original-commit: eaec9f7c3c28e2ee9d42597052a21e6b2695cd60 Signed-off-by: William André (wan) --- addons/account/views/account_move_views.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/account/views/account_move_views.xml b/addons/account/views/account_move_views.xml index 1345ad584f764..f5a78eaeaaac6 100644 --- a/addons/account/views/account_move_views.xml +++ b/addons/account/views/account_move_views.xml @@ -370,6 +370,7 @@ account.move +