-
- Downloads
[IMP] *: improve report security
* hr_timesheet_{attendance}, project, rating, sale_timesheet - removed the 'admin' group on the reporting menu items so that 'users' can access these menus. - 'timesheet / attendance' menu should only show if user has access for both the attendance and timesheet. - Project/User should access 'Task Analysis' report And Added rule for user. - customer ratings: only show ratings which has access of their project/task. - ratings: user should not able to edit ratings. task-2467564 closes odoo/odoo#82634 Related: odoo/enterprise#23439 Signed-off-by:Laurent Stukkens (ltu) <ltu@odoo.com> Co-authored-by:
Priyanka Kakadiya <pka@odoo.com>
Showing
- addons/hr_timesheet/report/hr_timesheet_report_view.xml 1 addition, 2 deletionsaddons/hr_timesheet/report/hr_timesheet_report_view.xml
- addons/hr_timesheet_attendance/__init__.py 1 addition, 0 deletionsaddons/hr_timesheet_attendance/__init__.py
- addons/hr_timesheet_attendance/models/__init__.py 4 additions, 0 deletionsaddons/hr_timesheet_attendance/models/__init__.py
- addons/hr_timesheet_attendance/models/ir_ui_menu.py 14 additions, 0 deletionsaddons/hr_timesheet_attendance/models/ir_ui_menu.py
- addons/hr_timesheet_attendance/security/hr_timesheet_attendance_report_security.xml 26 additions, 0 deletions...ance/security/hr_timesheet_attendance_report_security.xml
- addons/project/models/__init__.py 1 addition, 0 deletionsaddons/project/models/__init__.py
- addons/project/models/ir_ui_menu.py 14 additions, 0 deletionsaddons/project/models/ir_ui_menu.py
- addons/project/models/project.py 1 addition, 1 deletionaddons/project/models/project.py
- addons/project/report/project_task_burndown_chart_report.py 1 addition, 0 deletionsaddons/project/report/project_task_burndown_chart_report.py
- addons/project/security/ir.model.access.csv 2 additions, 0 deletionsaddons/project/security/ir.model.access.csv
- addons/project/security/project_security.xml 37 additions, 0 deletionsaddons/project/security/project_security.xml
- addons/project/views/project_views.xml 6 additions, 8 deletionsaddons/project/views/project_views.xml
- addons/project/views/rating_views.xml 1 addition, 1 deletionaddons/project/views/rating_views.xml
- addons/sale_stock/tests/test_create_perf.py 1 addition, 1 deletionaddons/sale_stock/tests/test_create_perf.py
- addons/sale_timesheet/report/timesheets_analysis_report.py 51 additions, 0 deletionsaddons/sale_timesheet/report/timesheets_analysis_report.py
Loading
Please register or sign in to comment