Friday, June 5, 2026
2 changes · saas-18.4
Enhancements to existing features
Point of Sale customer searches now show only the first 200 matching results and wait slightly longer while users type before searching. This makes searching much faster for stores with large customer lists and reduces slowdowns during checkout.
Original PR description
Before this commit, when high number of partners were loaded in the POS, searching for a partner was slow. The main issue was that all of the filtered partners based on the search query were being rendered, while in reality, if a query returns lots of results, the search query is not refined enough and the user is likely to type more characters to narrow down the search. So in this commit, we limit the number of rendered partners to 200, which is a reasonable number of results to display and does not cause performance issues. Moreover, the debounce time of the search input has been increased from 100ms to 500ms to further reduce the number of times the search function is called while the user is typing. opw-6215958 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#265598 Forward-Port-Of: odoo/odoo#264300
Odoo now includes the connection point needed to receive document status updates from the French public invoicing platform through Odoo's online services. This helps keep French electronic invoicing flows more up to date without relying only on manual checks or delayed synchronization.
Original PR description
We did not have webhooks in 18.0 for Peppol and we did not have time to implement / test it during the FW-porting. This commit adds the route on community side that is called from IAP. task-None IAP PR: https://github.com/odoo/iap-apps/pull/1639 Forward-Port-Of: odoo/odoo#268472