Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3180 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
4
ago 20
4298
0
lug 23
3287
0
ott 19
2914
0
nov 15
4397
0
mar 15
4646