Skip to Content
Menu
This question has been flagged
2 Replies
4902 Zobrazenia

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?

Avatar
Zrušiť
Best Answer

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

Avatar
Zrušiť
Best Answer

Hello

try like below filter

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

Thanks

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
sep 18
4918
1
máj 18
4231
1
sep 23
1519
9
jún 23
13656
2
jan 22
4276