Browse Source

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

pull/807/head
ferran-73 3 years ago
parent
commit
167b855f7b
  1. 2
      account_financial_report/report/open_items_xlsx.py

2
account_financial_report/report/open_items_xlsx.py

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

Loading…
Cancel
Save