[14.0][IMP] account_financial_report: add keyword to function calls

pull/939/head
ferran-73 2021-08-09 13:57:09 +02:00 committed by David Ramia
parent 66715562c6
commit f0f0ecd8a2
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{ {
"name": "Account Financial Reports", "name": "Account Financial Reports",
"version": "14.0.1.3.0", "version": "14.0.1.3.1",
"category": "Reporting", "category": "Reporting",
"summary": "OCA Financial Reports", "summary": "OCA Financial Reports",
"author": "Camptocamp SA," "author": "Camptocamp SA,"

View File

@ -160,8 +160,8 @@ class OpenItemsXslx(models.AbstractModel):
type_object, type_object,
total_amount, total_amount,
report_data, report_data,
account_id, account_id=account_id,
partner_id, partner_id=partner_id,
) )
# Line break # Line break
@ -187,7 +187,7 @@ class OpenItemsXslx(models.AbstractModel):
type_object, type_object,
total_amount, total_amount,
report_data, report_data,
account_id, account_id=account_id,
) )
# 2 lines break # 2 lines break