Monday, February 5, 2024
2 changes
1 change
Enhancements to existing features
Knowledge app automated test tours were consolidated so they start up fewer times and run more efficiently. This reduces internal testing time by about 50 seconds, helping developers validate changes faster without changing the user experience.
Original PR description
Re-grouping smaller tours into larger ones allows saving up on the initial load of each tour setup, which can be pretty significant. The measured gained time of the 2 underlying commits together is about 50 seconds (~322 seconds to run all tours before the changes and ~271 after). Task-3598594
1 change
Enhancements to existing features
The Point of Sale system now uses improved audio notifications with a new error sound and a new notification sound for the preparation display. These updated sounds provide clearer audio feedback to staff during checkout and order preparation operations.
Original PR description
In this commit we add 2 new notification sounds: `error.wav`, `notification.wav`. We replace the old error sound with the new one. The notification sound will be used in the preparation display. Credits: - error sound: https://github.com/akx/Notifications - notification sound: https://m2.material.io/design/sound/sound-resources.html Task: 3705003 https://github.com/odoo/enterprise/pull/55700 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr