Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2927 Переглядів

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 Відповіді Переглядів Дія
4
серп. 20
4008
0
лип. 23
2996
0
жовт. 19
2660
0
лист. 15
4027
0
бер. 15
4312