Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2960 มุมมอง

HI, I want to show task to the assigned staff only and if task is recurrent, then all can see the task.

How can i create record rule for this in V14 CC project task.

[ ('user_id','=',user.id), ('recurring_id','=','True') ]
I did this but not working.

Recurrent task created but assigned to not set. So that daily someone wanted to assign the task... SO I'm checking this way

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hey Dhivya,

You forgot to add the "OR" condition in the domain. Try the below code.

Domain : ['|', ('user_id','=', user.id), ('recurring_id','=','True') ]

Thank you!

Regards,




Email:      odoo@aktivsoftware.com  

Skype: kalpeshmaheshwari

   

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Project View & Task View แก้ไขแล้ว
4
ส.ค. 20
4042
0
ก.ค. 23
3027
0
ต.ค. 19
2693
0
พ.ย. 15
4073
0
มี.ค. 15
4359