Wednesday, February 2, 2022
2 changes · master
Enhancements to existing features
The appointment booking page now always shows an editable time zone selector, making it easier for visitors to choose the correct time zone. It also uses smarter defaults based on appointment location or visitor time zone and fixes display issues when changing time zones.
Original PR description
Purpose ======= Improve the user experience with timezones when booking an appointment from the website. Specifications ============= Set timezone field to be always visible and editable (without having to activate it in "Customize"). Change layout of selection field for time zone. The default timezone is the one from set in the appointment if the appointment location is set, otherwise it's the visitor's timezone. Upgrade: odoo/upgrade/pull/2954 Community: odoo/odoo/pull/78771 Task-2672237
Features or functions removed from Odoo
The barcode-specific option for manually grouping pickings into batches has been removed because batching is now handled directly by the core stock workflow. Businesses using automatic batches can rely on pickings being batched when they are created, reducing duplicate functionality and manual steps.
Original PR description
As a new auto-batch feature is made in the core stock module, the auto-batch feature exclusive to barcode is no longer necessary. Since if auto-batches are enabled on the picking type level, pickings will be already in batches by the time they are created, so no manual intervention should be required to batch them anymore. Task-2670580