Daily updates from Odoo
Monday, April 7, 2025
1 change · master
Resolved issues and error corrections
Shared Field Service tasks linked to sales order lines now open correctly for portal users. This prevents customers or external users from getting stuck when accessing shared task details, while keeping access limited to the specific internal data needed.
Original PR description
Steps to reproduce: - Install Field Service - Share a project that has tasks with sol. - Open task with portal user in portal Issue: - No error and task doesn't open. Reason: - Due to changes in field value getting in the python framework. PR: https://github.com/odoo/odoo/pull/201565 - In this PR the changes are that when ever a field is read/fetched then access is checked even record is cached. Fix: - Add sudo when reading that field because not every task can have this so giving read access is not that good. task-4690463