콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
5930 화면

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
2783
0
5월 23
2751
1
5월 23
2169
1
4월 23
1968
2
12월 19
41224