Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd

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
Annuleer
Beste antwoord
<filter name="breakfast" 
string="Product contains: breakfast"
domain="[('product_id','ilike','breakfast')]"/>
Avatar
Annuleer
Auteur

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

Gerelateerde posts Antwoorden Weergaven Activiteit
2
jan. 24
14623
3
dec. 22
14718
0
mrt. 15
4882
1
aug. 25
272
3
aug. 24
7288