Skip to Content
Menú
This question has been flagged
2 Respostes
5669 Vistes

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.

Avatar
Descartar

Thank you Chris .Your answer is working .

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


Best Answer

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

Avatar
Descartar
Related Posts Respostes Vistes Activitat
3
de set. 23
2507
0
de maig 23
2553
1
de maig 23
2018
1
d’abr. 23
1795
2
de des. 19
40885