[14.0][IMP] account_financial_report: add keyword to function calls
parent
66715562c6
commit
f0f0ecd8a2
|
@ -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,"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue