Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
5645 Vistas

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)].


Mejor respuesta

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

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
sept 23
2484
0
may 23
2525
1
may 23
2006
1
abr 23
1783
2
dic 19
40859