Hello,
I am trying to add new filters for the application contact. Those filters need to be set for every internal user but it doesn't need to be set as default.
I have done the following set-up for a new filter using an label but it works only when set as default.
Model: contact
Action contacts
[['category_id.name', 'ilike', 'Etudiant(e)']]
Active : yes
Context: {'group_by':[]}
Sort: []
How can I make that new filter appear in the list of filter for contact?
Thanks