Monday, June 27, 2022
5 changes · master
Enhancements to existing features
Several Odoo Enterprise apps now use a shared messaging asset bundle. This keeps messaging-related features more consistent across approvals, signing, VoIP, and live chat while reducing duplicated setup behind the scenes.
Original PR description
*:
approvals
sign
voip
voip_onsip
website_helpdesk_livechat
Task-2894450
Community: https://github.com/odoo/odoo/pull/94722VoIP now relies on the shared browser capability check to determine whether real-time calling is supported. This helps keep calling behavior consistent with the rest of Odoo and reduces the chance of incorrect availability shown to users.
Original PR description
Community: https://github.com/odoo/odoo/pull/94683
Odoo Studio now places its editing hook in a more stable part of the form view to avoid conflicts during screen rendering. This helps make form customization more reliable, especially around the chatter area, without changing user-facing functionality.
Original PR description
Having the hook on the component conflicted with the render of that component. Move the hook to the parent that is controlled by the form view. Part of task-2871070 https://github.com/odoo/odoo/pull/94307
The Planning portal now shows published open shift dates in a clearer, consistent format. This makes it easier for users to compare open shifts and calendar details without confusion.
Original PR description
This commit changes the way dates are displayed in the portal view for the published `planning.slot`. It also ensures that the format used in the calendar popover and in the section `Open Shifts Available` are the same. task-2741623
Employee NISS values are no longer calculated or tracked for companies outside Belgium. This avoids confusing updates when employee identification details are changed in non-Belgian companies.
Original PR description
The field `niss` was computed and tracked even for non-BE companies, which was a bit confusing when updating the Identification ID of the employee. TaskID: 2859750