Hello,
I know how to code python filters or groups for example:
<filter string="Current year" name="anneescolaire" domain="[('default_school_year','=',True),('period_school_year','=',False)]"/>
In the Odoo interface, I saw that it is possible to add a favorite filter. Is it possible to code a favorite filter?
thank you