跳至內容
選單
此問題已被標幟
2 回覆
4909 瀏覽次數

How would I filter the lot search view

stock.search_product_lot_filter

, so it would only display lots that have product with qty > 0?

頭像
捨棄
最佳答案

Try creating user-defined filter with domain [["quant_ids.quantity",">",0]]

頭像
捨棄
最佳答案

Hello

try like below filter

<filter name="qty" string="Qty" domain="[('quant_ids.quantity', '&gt;', 0.0)]"/>

Thanks

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
9月 18
4947
1
5月 18
4236
1
9月 23
1542
9
6月 23
13686
2
1月 22
4323