Hi, Working with record rules for Project/Tasks
Requirement :
1. Each employee should be able to see only those tasks which are assigned to him.
Achieved through record rule using [('user_id','=',user.id)] domain filter with Task Object. Group Name : Project/User
2. Employee should be able to add only work summary means timesheet. But right now, even after applying above record rule he can assign task to other person, can change task name, Deasdline etc....
Can anyone please help me to writer proper Record Rule.
Thanks in advance!!