Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3599 Widoki

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?!

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
mar 15
3853
5
sie 25
2054
4
sty 25
14954
1
cze 21
7276
0
lip 16
3553