diff --git a/account_financial_report/report/open_items_xlsx.py b/account_financial_report/report/open_items_xlsx.py index ce266080..a1a3cfb3 100644 --- a/account_financial_report/report/open_items_xlsx.py +++ b/account_financial_report/report/open_items_xlsx.py @@ -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, )