コンテンツへスキップ
メニュー
この質問にフラグが付けられました

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,

アバター
破棄
最善の回答
<filter name="breakfast" 
string="Product contains: breakfast"
domain="[('product_id','ilike','breakfast')]"/>
アバター
破棄
著作者

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

関連投稿 返信 ビュー 活動
2
1月 24
14641
3
12月 22
14785
0
3月 15
4917
2
8月 25
368
3
8月 24
7326