Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
5904 Visninger

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
Kassér

Thank you Chris .Your answer is working .

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


Bedste svar

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

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
3
sep. 23
2750
0
maj 23
2744
1
maj 23
2157
1
apr. 23
1957
2
dec. 19
41210