Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
5737 Widoki

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.

Awatar
Odrzuć

Thank you Chris .Your answer is working .

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


Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
wrz 23
2581
0
maj 23
2585
1
maj 23
2069
1
kwi 23
1877
2
gru 19
40980