Saturday, October 25, 2025
1 change · 18.0
Resolved issues and error corrections
Portal users can now open field service task forms they are allowed to see without being blocked by missing access to the related project. The quotations button is shown more safely based on whether the task has linked quotations and whether project access is actually relevant.
Original PR description
Before this commit, the portal user who has access to a fsm task and not the project related could get an access error when he tries to access to the form view of that task inside his portal. The reason is because a check is made to know if the user has access to project sharing to display the quotations button in the portal form view of the task. This commit makes sure the project is in the parameter of the method in which we did that check to make sure the user comes from a project instead of `/my/tasks` route. Forward-Port-Of: odoo/enterprise#98023