Wednesday, January 17, 2024
3 changes · master
Enhancements to existing features
Planning calendars now open in day view by default on mobile devices, making schedules easier to read and adjust on smaller screens. This improves the experience for creating, moving, and managing shifts while using mobile devices.
Original PR description
Before this commit calendar view in planning open month view default for mobile device and month scale in calendar view does not renders very well and not that much easily usable in planning app. So this commit open day scale default in planning app for mobile device so user can easily create or move around shift. task-3178619
Rental-related error messages on the website have been updated to use a more consistent visual style. This improves clarity for customers when they encounter invalid rental dates or options during the online shopping process.
Original PR description
Prior to this commit, invalid messages were not consistent. This commit adapts the style of these messages to achieve a consistent visual result. Requires: - https://github.com/odoo/enterprise/pull/50364 task-3586525
Several enterprise apps were updated to stay compatible with recent changes in Odoo's shared app framework. This keeps screens such as invoicing, Knowledge, point of sale displays, Sign, and the home menu working consistently after the platform update.
Original PR description
We adapt the enterprise code to the changes brought by https://github.com/odoo/odoo/pull/149217.