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

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
4963
1
5月 18
4236
1
9月 23
1572
9
6月 23
13707
2
1月 22
4339