Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
5038 Vizualizări

I'd like to have a tree view of issues selected by a domain [('message_follower_ids','in ', uid)] where uid is the logged in user. However, the Uid is related to the user id and what is needed here is the uid.partner_id. This is unavailable from here as far as I can see.

Is there an easy way to do this? An answer on this site suggested it can be done with a record rule [('message_follower_ids','in', user.partner_id.id)] but I don't want to restrict the records in this way.

Imagine profil
Abandonează
Cel mai bun răspuns

I have found a solution:

['|',('user_id','=',uid),('message_follower_ids.user_ids','in',uid)]

If i m the owner or i m the follower, works greate on crm.phonecall

Imagine profil
Abandonează
Autor

Perfect! That's exactly what I was looking for! .. Many Thanks! ..

Cel mai bun răspuns

If i've well understood :

You can create a related field on the mother table store=True (related to the child table).

Then you add this field on the tree view invisible="1" (if you don't want to see this field)

Then you can add a domain on this field.

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
aug. 18
5480
1
mar. 16
10893
6
sept. 20
20043
1
mai 18
8571
2
mai 18
4479