Daily updates from Odoo
Monday, April 4, 2022
6 changes · master
Enhancements to existing features
Employee plan setup is clearer because duplicate and confusing signature request options have been consolidated. This helps HR users choose the right action more easily when preparing contract-related signature steps.
Original PR description
Having both an activity type "Request Signature" and "Signature Request" on the plan were confusing and misleading for the users. TaskID: 2796407
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
Odoo can now fetch live currency exchange rates from the Central Bank of Turkey. This gives businesses operating with Turkish lira another official source for automated rate updates, reducing manual work and improving consistency.
Original PR description
Add live rate update Task: [2747887](https://www.odoo.com/web#id=2747887&cids=1&menu_id=4720&action=4043&model=project.task&view_type=form)
The point of sale experience now supports showing more than one popup at the same time. This helps staff handle overlapping alerts or reward prompts without losing important information during checkout.
Original PR description
Part of https://github.com/odoo/odoo/pull/83661
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