Monday, May 23, 2022
2 changes
Enhancements to existing features
The document inspector no longer lets users create new owners or workspaces directly from those fields. This keeps document ownership and workspace selection controlled through the proper setup flows, reducing accidental or inconsistent records.
Original PR description
PURPOSE Disable quick create on owner_id and folder_id from inspector. SPECIFICATION Current: User is able to quick create user_id and folder_id from inspector. To be: Disable quick create on owner_id and folder_id from inspector. Task Id: 2629462
This update adjusts internal tests for the Documents activity menu so they remain compatible with an upcoming change to the Discuss app environment. It helps ensure future platform updates can be introduced smoothly without disrupting validation of the Documents systray menu.
Original PR description
This PR prepares the ground for the one introducing the new environment in the discuss app. Indeed, the start helper won't be able to handle widget anymore. To solve this issues, we're now adding the activityMenu widget to the systrayMenu.Items array, this will be mapped by the createWebClient helper to component and added to the new systray item registry. task-2582313 community: https://github.com/odoo/odoo/pull/91953