Daily updates from Odoo
Wednesday, February 19, 2025
2 changes · saas-18.2
Resolved issues and error corrections
This update fixes an issue in Point of Sale where users could not scroll through the customer list on mobile devices. It also ensures customer search and loading more customers work reliably on mobile, making checkout and customer selection smoother for staff using phones or tablets.
Original PR description
Fix: - This commit fix an issue where we were not able to scroll on mobile in the partner list. - Also it now trigger correclty the `onScroll` event on mobile. Since the scrollable DOM element is different on desktop and mobile devices, we need to define correctly the `scrollTarget` depending on `isSmall` or not. Test: - Introduce a frontend test to ensure customer search and infinite scroll work as expected. enterprise PR: https://github.com/odoo/enterprise/pull/79089 task-id: 4550203 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Miscellaneous changes
Task-4577776 Forward-Port-Of: odoo/odoo#197900
Original PR description
Task-4577776 Forward-Port-Of: odoo/odoo#197900