跳至內容
選單
此問題已被標幟
2 回覆
6006 瀏覽次數

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
2878
0
5月 23
2860
1
5月 23
2238
1
4月 23
2024
2
12月 19
41353