Daily updates from Odoo
Tuesday, February 18, 2025
4 changes · master
Enhancements to existing features
The helpdesk live chat experience has been updated to better match Odoo's Discuss behavior, making conversations more consistent for users and support teams. Related automated tests were adjusted to ensure ticket creation and website helpdesk live chat flows continue to work reliably.
Original PR description
part of task-4453573 community: https://github.com/odoo/odoo/pull/196567/files
Localized e-commerce and portal address handling has been aligned with recent platform changes, so customers can manage multiple addresses more consistently. The update also moves country-specific checkout logic into the main localization modules and adds dedicated tests to help ensure checkout addresses keep working across supported countries.
Original PR description
This commit adept community changes to allow multiple addresses in portal and e-commerce localisation refactor to remove those module and move related code in main localisation. It also add test module to add checkout tour related module for different localisation to ensure shop addresses in each countries are working same as before. task-3628329
This update improves how preparation stages are managed in the point-of-sale preparation display. It helps teams track order progress more clearly across kitchen or preparation workflows, supporting smoother operations and better visibility.
Original PR description
task-4480977
The Frontdesk app now presents cleaner station and visitor workflows, including clearer copied station names, better visitor status actions, and favorite stations shown first. Employee selections are also filtered by company, helping users find the right people and stations more quickly.
Original PR description
In this PR, - Corrected alignment of user icons. - Updated duplicated station titles to include the suffix "(copy)". - Hid "Cancelled" stage for visitors marked as "Checked-In" or "Checked-Out". - Removed "Check-in" button and associated UX for cancelled visitors. - Default station name for new visitor records created from a station. - Filtered employee (user) list by selected company in the widget. - Prioritized favorite stations in all views. Task - 4512891