i am trying to filter those delivery order whose product contain "breakfast".the domain filter which i am using in action is :
<field name="domain">[('pack_operation_product_ids','=','breakfast')]</field>
but, it is returning all the records without filtering it.
i want it to filter all records like this, when "all transfer" menu item is clicked.
Thanks,