Daily updates from Odoo
Friday, May 21, 2021
1 change · master
Resolved issues and error corrections
Project access rights no longer determine which planning shifts a user can see. Users now see shifts based on their Planning permissions, preventing project administrators without Planning access from seeing all published shifts while still allowing eligible users to view or take relevant shifts.
Original PR description
Currently, when user have project > Administrator level access and no access for the planning then it was showing all the shift to that user. but it should not show all published shift to project admin if that user does not have access for the planning user. so in this commit, even user is project administrator do not display all the published shift if user does not have right for the planning user/administrator. TaskID: 2523446