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)]"/>
Hi,
Don't use false as a string.
try this ('message_follower_ids', '=', False)
Create an account today to enjoy exclusive features and engage with our awesome community!
Registracija| Related Posts | Replies | Rodiniai | Veikla | |
|---|---|---|---|---|
|
1
rugp. 24
|
9688 | |||
|
1
rugs. 23
|
3877 | |||
|
7
birž. 20
|
8936 | |||
|
7
liep. 18
|
23148 | |||
|
0
lapkr. 22
|
80 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.