I want to set different domains for my custom filter depending on the login customer. I have successfully created a custom filter with static domain as:
<filter help="My Partners" name="my_partners" icon="terp-personal+" domain="[('user_id','=',uid)]"/>
But now I want to dynamically assign the domain to this custom filter using python. Thanks in advance