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

This commit is contained in:
ferran-73
2021-08-09 13:32:47 +02:00
committed by chaule97
parent d2c1aae73e
commit b445db906c

View File

@@ -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,
)