From ea16c97dab5a7e0f0d8c7ccde5505a6dbbc490f2 Mon Sep 17 00:00:00 2001 From: ferran-73 Date: Mon, 9 Aug 2021 13:57:09 +0200 Subject: [PATCH] [14.0][IMP] account_financial_report: add keyword to function calls --- account_financial_report/__manifest__.py | 2 +- account_financial_report/report/open_items_xlsx.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index b61c7eaa..4969143b 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.3.0", + "version": "14.0.1.3.1", "category": "Reporting", "summary": "OCA Financial Reports", "author": "Camptocamp SA," diff --git a/account_financial_report/report/open_items_xlsx.py b/account_financial_report/report/open_items_xlsx.py index 2a5b4956..4d99706e 100644 --- a/account_financial_report/report/open_items_xlsx.py +++ b/account_financial_report/report/open_items_xlsx.py @@ -160,8 +160,8 @@ class OpenItemsXslx(models.AbstractModel): type_object, total_amount, report_data, - account_id, - partner_id, + account_id=account_id, + partner_id=partner_id, ) # Line break @@ -187,7 +187,7 @@ class OpenItemsXslx(models.AbstractModel): type_object, total_amount, report_data, - account_id, + account_id=account_id, ) # 2 lines break