From 004ef506a5d45faa4527af1013ae91ac5f1499c4 Mon Sep 17 00:00:00 2001 From: bobrador Date: Thu, 3 Apr 2025 14:48:54 +0200 Subject: [PATCH] [FIX] account_financial_report: Correct trial balance domain for analytic accounts Clicking on the QWeb report for a balance grouped by analytic was causing an error because account.move.line does not have account_analytic_id. This has been replaced with account_analytic_ids, which is the correct field. --- account_financial_report/report/templates/trial_balance.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account_financial_report/report/templates/trial_balance.xml b/account_financial_report/report/templates/trial_balance.xml index 36f2e87b..48374e7d 100644 --- a/account_financial_report/report/templates/trial_balance.xml +++ b/account_financial_report/report/templates/trial_balance.xml @@ -52,12 +52,12 @@