From f80eda0180c105905af2768b3fc4a85340ef0447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marques?= Date: Wed, 22 Sep 2021 14:47:02 +0100 Subject: [PATCH] [FIX] account_financial_report: Filter column creation to have correct offset in Journal Ledger Fixes https://github.com/OCA/account-financial-reporting/issues/815 Seems like a missing change from https://github.com/OCA/account-financial-reporting/commit/0e3b4d29722b9018b58d611b16af945279790265 --- account_financial_report/__manifest__.py | 2 +- account_financial_report/report/templates/journal_ledger.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index c4b3271b..fb295283 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -6,7 +6,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Account Financial Reports", - "version": "14.0.1.4.0", + "version": "14.0.1.5.1", "category": "Reporting", "summary": "OCA Financial Reports", "author": "Camptocamp SA," diff --git a/account_financial_report/report/templates/journal_ledger.xml b/account_financial_report/report/templates/journal_ledger.xml index c6b90307..a2284379 100644 --- a/account_financial_report/report/templates/journal_ledger.xml +++ b/account_financial_report/report/templates/journal_ledger.xml @@ -172,7 +172,9 @@