I have a search filter for a tree view i created and the default condition of filter is "OR". How can i make the condition set to AND
It should not be State or Name in the filter
string = "State" name = "filter_state" domain = "[('state', 'in', ['assigned' , 'ready'])]" />
string = "Name" name = "filter_contains_name domain = "[('came', 'ilike', 'MYNAME')]" />
string = "Carrier" name = "groupby_carrier" context = "{'group_by': 'carrier_id'}" />
search >
Please note this is a mutiple <filter> tag