From f0f0ecd8a2acd7e8bb44f8225807b6dd0cabb963 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 f7913814..2ec75341 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 a1a3cfb3..5be01939 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