Monday, April 4, 2022
3 changes · master
Enhancements to existing features
Several automated performance checks were updated to reflect improved system behavior seen in recent testing. This helps ensure future changes are measured against the current, faster baseline for appointment, payroll, project planning, and mail activity flows.
The spreadsheet component used in Documents has been updated to a newer version. This fixes an issue where users could not apply number formats to date cells, improving spreadsheet formatting reliability.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/14051356 [FIX] tests: use not.toBeNull instead of toBeDefined for components https://github.com/odoo/o-spreadsheet/commit/d991ede0 [FIX] cell: can assign number format to date cell
Appointment types now show a direct availability preview button from the kanban view when the website app is not installed. This makes it faster for staff to check the customer-facing booking experience without navigating through website features.
Original PR description
When website is not installed, it is practical to have an easier access to the customer preview directly from the kanban view LINKS Task-2812699 Part of Task-2709580