Daily updates from Odoo
Sunday, May 10, 2026
1 change · master
Resolved issues and error corrections
This update corrects an issue where users weren't able to retrieve all transactions when specifying a starting date. The system now correctly prioritizes the provided date, ensuring a more complete and accurate display of online statements. This improves the reliability of financial reporting.
Original PR description
When you want to find missing transactions, you have to put a starting date. But we don't use this starting date to find the last statement line, we only use the last sync date, which is wrong, because if the last sync date is after the starting date, the online transaction identifier will have the wrong date. It means we will only fetch the transactions from last sync date to today. This commit makes sure we take the start date first if it exists, then the last sync date. task-6197277 Forward-Port-Of: odoo/enterprise#116624