Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3018 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
4
srp 20
4119
0
čvc 23
3119
0
říj 19
2752
0
lis 15
4178
0
bře 15
4406