From b4e23a1e743422dfa4df09dc2efca8d5964aee41 Mon Sep 17 00:00:00 2001 From: Florent THOMAS Date: Thu, 16 Jan 2020 17:55:10 +0100 Subject: [PATCH] Backport of the issue https://github.com/OCA/account-financial-reporting/pull/615 from v12.0 --- account_financial_report_qweb/report/trial_balance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_financial_report_qweb/report/trial_balance.py b/account_financial_report_qweb/report/trial_balance.py index f76288d1..7474972e 100644 --- a/account_financial_report_qweb/report/trial_balance.py +++ b/account_financial_report_qweb/report/trial_balance.py @@ -399,7 +399,7 @@ SELECT accgroup.parent_id, coalesce(accgroup.code_prefix, accgroup.name), accgroup.name, - accgroup.parent_left * 100000, + accgroup.code_prefix, accgroup.level FROM account_group accgroup"""