Daily updates from Odoo
Friday, August 5, 2022
2 changes
Enhancements to existing features
Knowledge users can now open articles from the command palette in a new browser tab using common actions such as middle-click, Ctrl+click, Ctrl+Enter, or the right-click menu. This makes navigation faster and lets users keep their current workspace open while referencing other articles.
Original PR description
Purpose: ======== Allow articles in the command palette to be opened in a new tab by either CTRL+clicking on the command, CTRL+ENTER or right clicking and copying the link/opening in new tab. Specs: ====== - Add the `focusMessage` slot in knowledge's command template - Add the `href` of the articles in the knowledge commands
The Planning app is easier to navigate with ancestor tasks available in search and grouping, replacing the narrower parent task view. Planning schedules also gain clearer role- and task-based progress indicators, and publishing a shift now keeps task assignees aligned automatically.
Original PR description
Purpose of this PR to improve generic UX of planning app. So, in this PR: - Ancestor task is added in quick search and group by in both planning and planning analysis report.The parent task field has been removed in both the planning slot and the planning analysis report model. - We have added a role and task-based progress bar in the planning Gantt view. - When we publish a shift, the user of the shift resource will be added to task assignees. task-2861163