Monday, October 28, 2024
3 changes · 18.0
Enhancements to existing features
The chatter search experience now opens the search field directly in place, keeping the conversation visible until the user starts searching. This makes it easier for users to look up messages without losing context in the thread.
Original PR description
Purpose of this commit: Previously, to search for a message in the chatter, users needed to click the search icon, which would open the search panel and hide the thread. With this update, clicking the search icon now opens only the search input, keeping the thread visible until the user actively begins a search taskid-4260440 Backport of https://github.com/odoo/odoo/pull/185301
The event badge printing setup now keeps only the supported 96x82mm Epson badge format and removes the unsupported 96x134mm option. Printed badge notifications also show the badge type, such as VIP or Standard, making it clearer which badge was produced.
Original PR description
in this [PR](https://github.com/odoo/odoo/pull/179903) configured two badge formats for the EPSON C4000e printer: - 96x82mm, - 96x134mm. As we don't have a dedicated proper template for the 96x134mm format, we remove it. In addition, we added the badge type (e.g. VIP, Standard, ...) in the notification displayed once a badge is printed. Tasks: 4231455, 4229143
Online delivery orders now handle discounts and taxes on extra charges such as packaging fees more accurately. Rider status updates from delivery platforms are also aligned with the latest data format, helping restaurants keep order tracking reliable.
Original PR description
In this commit: === - Discounts for online delivery orders are now handled. - Tax is now applied to charges (e.g., packaging charges). - The rider_status_updated payload has been updated. task-4075113