Skip to Content
Menu
This question has been flagged
3587 Views

I am trying to limit access to projects and tasks only to assignees and their and managers (in hr), So i started with this rule (which looks complex to me, it is my first time):

['|',('user_id','=',user.id),('user_id.employee_ids.id','in', [ m.id for n in user.employee_ids for m in n.child_ids ])]

I got this message:

...NotImplementedError: Iteration is not allowed on browse_record(hr.employee, 12)

Where 12 -i guess- is the first 'child' of the logged-in manager, Am i constructing the rule definition in wrong way/logic?! or i am totally going in the wrong direction?!

Avatar
Discard
Related Posts Replies Views Activity
1
Mar 15
3850
5
Aug 25
2050
4
Jan 25
14951
1
Jun 21
7273
0
Jul 16
3549