[14.0][IMP] account_financial_report: add keyword to function calls
parent
4b08be1143
commit
7bef3c90f9
|
@ -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