Se rendre au contenu
Menu
Cette question a été signalée

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
Ignorer
Meilleure réponse
<filter name="breakfast" 
string="Product contains: breakfast"
domain="[('product_id','ilike','breakfast')]"/>
Avatar
Ignorer
Auteur

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

Publications associées Réponses Vues Activité
2
janv. 24
14640
3
déc. 22
14776
0
mars 15
4915
2
août 25
363
3
août 24
7323