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

i have a many2many relationship with res.partner.i want to filter those records which are attached with user that means all the users which has partner ids will be filtered from res.partner .Any idea please.Thanks in advance.

Imagine profil
Abandonează

Thank you Chris .Your answer is working .

Also this domain is working i.e  domain=[('user_ids.id', '!=',False)].


Cel mai bun răspuns

If you want to select users on Contacts (res.partner) you can use the domain [["user_ids","!=",False]]

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
3
sept. 23
2779
0
mai 23
2750
1
mai 23
2163
1
apr. 23
1960
2
dec. 19
41213