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)]"/>
Hi,
Don't use false as a string.
try this ('message_follower_ids', '=', False)
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
1
août 24
|
7713 | ||
|
1
sept. 23
|
2394 | ||
|
7
juin 20
|
6795 | ||
|
7
juil. 18
|
20835 | ||
|
0
nov. 22
|
80 |