Daily updates from Odoo
Wednesday, July 23, 2025
2 changes · master
Enhancements to existing features
Restaurant staff will now hear the new order alert repeatedly when a placed order arrives through UrbanPiper. The sound stops once the notification is closed or the Review order button is clicked, helping teams notice incoming orders faster.
Original PR description
In this commit: === - Played `order-receive-tone` sound in a loop when a new order with status placed is received. - When the user closes the notification or clicks on the `Review order` button, this sound will stop. Related: https://github.com/odoo/odoo/pull/214975 task-4764948
Spreadsheet screens are now better adapted for mobile use, especially when the on-screen keyboard appears. Menus that rely on side panels are hidden on mobile to avoid users tapping options that cannot be used properly on smaller screens.