Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
5906 Lượt xem

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.

Ảnh đại diện
Huỷ bỏ

Thank you Chris .Your answer is working .

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


Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 9 23
2751
0
thg 5 23
2745
1
thg 5 23
2158
1
thg 4 23
1958
2
thg 12 19
41210