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
6110 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
2984
0
maj 23
2957
1
maj 23
2301
1
kwi 23
2066
2
gru 19
41519