Tuesday, August 18, 2020
4 changes · master
Enhancements to existing features
This update improves how the system looks up related records, reducing the number of database requests needed for common searches. It should make several business workflows feel faster and more scalable without changing day-to-day functionality.
Original PR description
Companion of https://github.com/odoo/odoo/pull/52403.
CRM reporting views now hide fields that are not meaningful as measures, making dashboards, cohort, graph, and pivot analysis easier to use. This reduces clutter in reporting dropdowns and keeps dashboard behavior consistent when fields are hidden from standard analysis views.
Original PR description
PURPOSE Support invisible attributes to remove irrelevant fields in standard views. SPECIFICATIONS Add the possibility to not display some fields in the measures dropdown for the cohort views. When a field is not displayed in the measures of a pivot views we remove them also from the list of groupable fields. Update CRM addons to hide irrelevant measures. LINKS Task ID-2288381 Community PR #54774 Enterprise PR odoo/enterprise#11970 Upgrade PR odoo/upgrade#1519
Employees now appear with clickable profile pictures in key grid and Gantt planning views when grouped by employee. This makes it easier for users to identify colleagues and start a chat directly from timesheets, leave, appraisal, planning, and forecast schedules.
Original PR description
Taskid: 2272544 Taskid: 2272582 PR https://github.com/odoo/odoo/pull/54230 This PR take over the following https://github.com/odoo/enterprise/pull/11283 which can be discarded Description of the…
Taskid: 2272544 Taskid: 2272582 PR https://github.com/odoo/odoo/pull/54230 This PR take over the following https://github.com/odoo/enterprise/pull/11283 which can be discarded Description of the issue/feature this PR addresses: > The new avatar widget allows to chat with other users by clicking on their profile picture. > This widget is working in kanban, list and form views, but not in grid and gantt views. Current behavior before PR: > No avatar widget with click function on these views Desired behavior after PR is merged: > Employees are now showed using the avatar widget on following grid and gantt views (when they are at anypoint grouped by employee): > - timesheet_grid.timesheet_view_grid_by_project > - timesheet_grid.timesheet_view_grid_by_employee > - timesheet_grid.timesheet_view_grid_by_task_readonly > - hr_holidays_gantt.hr_leave_gantt_view > - hr_holidays_gantt.hr_leave_allocation_gantt_view > - hr_holidays_gantt.hr_leave_report_calendar_view_gantt > - hr_appraisal.hr_appraisal_view_gantt > - planning.planning_view_gantt > - project_forecast.planning_view_gantt > - project_timesheet_forecast.planning_view_gantt -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Gantt views can now show helper guidance over sample or empty data, making it clearer to users when displayed records are only placeholders. This improves consistency with list and kanban views and helps users understand what action to take next.
Original PR description
PURPOSE Display action helper on top of Gantt dummy data to clarify that those are not real data. SPEC Display action helper on top of Gantt dummy data to clarify that those are not real data. TASK 2284779