Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3009 Tampilan

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

Avatar
Buang
Jawaban Terbai

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

   

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
4
Agu 20
4116
0
Jul 23
3118
0
Okt 19
2751
0
Nov 15
4174
0
Mar 15
4399