Merge PR #1006 into 14.0

Signed-off-by AaronHForgeFlow
pull/1007/head
OCA-git-bot 2023-02-09 11:44:29 +00:00
commit d79c2abe2d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class ActivityStatement(models.AbstractModel):
Q2 AS (%s),
Q3 AS (%s)
SELECT partner_id, currency_id, sum(balance) as balance
FROM Q2
FROM Q3
GROUP BY partner_id, currency_id"""
% (
self._initial_balance_sql_q1(partners, date_start, account_type),