How can I filter a Many2Many field for containing zero items.
Example: I'm trying to filter tasks that have 0 followers (message_follower_ids).
[['message_follower_ids','=','False']] Returns no results, but there should be many.
Frank
How can I filter a Many2Many field for containing zero items.
Example: I'm trying to filter tasks that have 0 followers (message_follower_ids).
[['message_follower_ids','=','False']] Returns no results, but there should be many.
Frank
Hi Mohammed,
I've tried this. But it also gives no results.
<filter string="Task without follower(s)" domain="[('message_follower_ids', '=', False)]"/>
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
1
8월 24
|
9727 | |||
|
1
9월 23
|
3911 | |||
|
7
6월 20
|
8957 | |||
|
7
7월 18
|
23168 | |||
|
0
11월 22
|
80 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.