تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4036 أدوات العرض

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
يناير 24
14644
3
ديسمبر 22
14799
0
مارس 15
4922
2
أغسطس 25
386
3
أغسطس 24
7330