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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
|
8598 | |||
|
1
9月 23
|
2990 | |||
|
7
6月 20
|
7635 | |||
|
7
7月 18
|
21855 | |||
|
0
11月 22
|
80 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.