hello guys, i want to know if there bugs by odoo in bank statement, so i want to import bank statement data with date 2021-01-31 (today date is 2021-09-08) but i get this error
RecursionError: maximum recursion depth exceeded while calling a Python object
when i check further log it said this error:
File "/usr/lib/python3/dist-packages/odoo/addons/account/models/account_bank_statement.py", line 152, in _compute_ending_balance statement.balance_end_real = statement.previous_statement_id.balance_end_real + total_entry_encoding
even after i create a bank statement then change the date it will also show this error
anyone know what is it? thank you