-
- Downloads
[FIX] account: recursive computation with out-of-order bank statement
Have a sequence of bank statement out of order i.e. |id| date | |--|--------| |01|20/07/22| |02|21/07/22| |03|22/07/22| |04|18/07/22| |05|17/07/22| |06|16/07/22| |07|15/07/22| Adding more out-of-order bank statement will trigger recomputation in all the next (chronologically) statements. As the records to recompute are ordered by id, it may occur that the first statements to recompute have the highest date and cause a recomputation recursion exceeding the limits opw-2925984 closes odoo/odoo#98343 X-original-commit: f6752227 Signed-off-by:Nicolas Martinelli (nim) <nim@odoo.com>
Loading
Please register or sign in to comment