Tuesday, December 30, 2025
3 changes · 19.0
Enhancements to existing features
The Point of Sale customer display now shows a larger QR code and a better-sized popup. This makes the code easier for customers to scan and aligns the experience more closely with other Odoo screens.
Original PR description
**Description of the issue/feature this PR addresses:** QR code generated for customer display in Odoo POS is considered too small, therefore need size adjustment for enhanced visibility and user experience. Sizing is adjusted to be more uniformed with the backend popup. task-[5262218](https://www.odoo.com/odoo/project.task/5262218) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#237684
Point of Sale automated checks have been reorganized into smaller, independent scenarios. This makes failures easier to identify and helps teams maintain test reliability more efficiently without changing the customer-facing POS experience.
Original PR description
Following this commit: ==== - Initially `test_01_pos_basic_order` now runs multiple tours in parallel. - Now each tour has been split into its own independent method. - This separation improves readability and significantly simplifies debugging. task-5349813
This update enhances the onboarding experience for new users of the Live Chat feature. The tour now explicitly opens the Live Chat information panel, ensuring users immediately understand its functionality. This change improves usability and guides users more effectively.
Original PR description
The livechat info panel is no longer opened by default. The tour now opens it explicitly before asserting its content. Related PR: odoo/odoo#238472 Task-5291258