Skip to Content
Menu
Dette spørgsmål er blevet anmeldt

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,

Avatar
Kassér
Bedste svar
<filter name="breakfast" 
string="Product contains: breakfast"
domain="[('product_id','ilike','breakfast')]"/>
Avatar
Kassér
Forfatter

Thanks it works, sorry dont have enough karma to vote up your answer.

Related Posts Besvarelser Visninger Aktivitet
2
jan. 24
14628
3
dec. 22
14739
0
mar. 15
4889
1
aug. 25
301
3
aug. 24
7295