Daily updates from Odoo
Sunday, October 26, 2025
1 change · master
Resolved issues and error corrections
Portal users who can view a field service task but not its related project will no longer hit an access error when opening the task form. The quotations button is now shown only when it can be checked safely, improving the customer portal experience.
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