Daily updates from Odoo
Friday, August 5, 2022
4 changes · master
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
Project users get clearer search labels and a more intuitive ordering of filters and grouping options. These small interface improvements make it easier to find late or overtime tasks and review project-related sales information.
Original PR description
**= project_timesheet_forecast_sale,project_timesheet_forecast Purpose of this PR to improve generic usage of project app. So, in this PR done following changes: - move the 'tasks in overtime' filter below the 'late tasks' one - rename search sales order and sales order item - switch the group bys 'project' and 'task' from place task-2838372
Completed or past tasks no longer show warnings about overlaps with other tasks or employee leave. This keeps project and planning screens clearer by showing warnings only when they still require attention.
Original PR description
With this improvement, we hide the warning that the task overlaps with another task or a leave when it is past or done. task-2835618