[14.0][FIX] account_financial_report: fix method parameter order
parent
2be8dd5aba
commit
66715562c6
|
@ -185,8 +185,8 @@ class OpenItemsXslx(models.AbstractModel):
|
|||
self.write_ending_balance_from_dict(
|
||||
accounts_data[account_id],
|
||||
type_object,
|
||||
report_data,
|
||||
total_amount,
|
||||
report_data,
|
||||
account_id,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue