تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3593 أدوات العرض

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

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
مارس 15
3850
5
أغسطس 25
2052
4
يناير 25
14953
1
يونيو 21
7275
0
يوليو 16
3549