Tuesday, February 11, 2025
1 change · saas-17.4
Resolved issues and error corrections
Portal users no longer hit an error when viewing time spent on sub-tasks in shared projects. The fix removes an internal timesheet timer header from the portal view, keeping the shared project experience stable and consistent.
Original PR description
- saas-17.4 ### Steps to reproduce: - Install the hr_timesheet module. - Create a portal user. - Create a project, task, and sub-task (with timesheet entries). - Share the project with the portal user. - Log in as the portal user. - Open the shared project and navigate to the task. - Click on the Time Spent on Sub-tasks action. ### Issue: Traceback error ### Cause: Tries to load timesheet timer header. ### Solution: Remove the timesheet header from the portal list view. The timesheet header is not displayed to internal users, so we can remove it for portal users. task-4369891 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr