[14.0][FIX] account_financial_report: fix method parameter order

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

View File

@ -185,8 +185,8 @@ class OpenItemsXslx(models.AbstractModel):
self.write_ending_balance_from_dict( self.write_ending_balance_from_dict(
accounts_data[account_id], accounts_data[account_id],
type_object, type_object,
report_data,
total_amount, total_amount,
report_data,
account_id, account_id,
) )