-
- Downloads
[IMP] project: remove doc count on project kanban view and optimize task count
This commit removes document count on project kanban view. Indeed it does not add much valuable information and bloats the kanban cards. In order to keep the kanban card order, it was required to adapt all inherited views. The order is 'task', 'issue', 'rating', 'timesheet' and 'forecast'. It also uses a read_group to better compute task count, by the way.
Showing
- addons/hr_timesheet/project_timesheet_view.xml 1 addition, 1 deletionaddons/hr_timesheet/project_timesheet_view.xml
- addons/project/models/project.py 3 additions, 1 deletionaddons/project/models/project.py
- addons/project/views/project_views.xml 0 additions, 7 deletionsaddons/project/views/project_views.xml
- addons/project_issue/views/project_project_views.xml 1 addition, 1 deletionaddons/project_issue/views/project_project_views.xml
Loading
Please register or sign in to comment