Daily updates from Odoo
Sunday, May 10, 2026
1 change · 19.0
Resolved issues and error corrections
This update corrects an issue where users weren't able to retrieve all online transactions by using a starting date. The system now prioritizes the provided start date, combined with the last sync date, to ensure a more complete and accurate retrieval of statement transactions. This improves the reliability of online financial data.
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