跳至内容
菜单
此问题已终结
2 回复
6206 查看

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.

形象
丢弃

Thank you Chris .Your answer is working .

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


最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
3
9月 23
3115
0
5月 23
3049
1
5月 23
2410
1
4月 23
2160
2
12月 19
41663