Monday, May 23, 2022
4 changes · master
Enhancements to existing features
Helpdesk pages and forms have been made easier to edit and use, including customer rating and ticket submission pages. The update also improves analytic account handling for timesheets and refreshes several team and ticket interface details, helping support teams manage work more smoothly.
Original PR description
The purpose of the commit is to do generic improvement in the helpdesk. so in this commit did the below changes: - submit page of rating and ticket should be editable - helpdesk analytic account improvement - several UI improvements for team and ticket. task-2772369
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
This update refreshes the spreadsheet component used in Documents with several usability fixes and chart improvements. Users should see more reliable cell selection across sheets, smoother drag-and-drop behavior, better chart rendering, and small interface refinements.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/7b7dba95 [FIX] edition: do not reset selection when range selecting on different sheet…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/7b7dba95 [FIX] edition: do not reset selection when range selecting on different sheet https://github.com/odoo/o-spreadsheet/commit/b52aa4b6 [FIX] Selection: Use correct sheet properties for default selection https://github.com/odoo/o-spreadsheet/commit/f08233a5 [IMP] top_bar: cursor pointer on border dropdown hover https://github.com/odoo/o-spreadsheet/commit/b12f3a4d [FIX] chart: render chart with new background https://github.com/odoo/o-spreadsheet/commit/3afac761 [FIX] charts: time charts with empty labels https://github.com/odoo/o-spreadsheet/commit/619bf687 [FIX] drag&drop: Use the correct delay to edgeScroll https://github.com/odoo/o-spreadsheet/commit/badd7557 [IMP] charts: scale chart on time/number labels https://github.com/odoo/o-spreadsheet/commit/8fc5fbee [IMP] chartJS: replace chartJS.min by chartJS.bundle.min https://github.com/odoo/o-spreadsheet/commit/b9e70286 [FIX] menu: block right click on menu