Skip to Content
Menú
This question has been flagged
2 Respostes
4791 Vistes

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
Descartar
Best Answer

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

Avatar
Descartar
Best Answer

Hello

try like below filter

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

Thanks

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de set. 18
4720
1
de maig 18
4088
1
de set. 23
1348
9
de juny 23
13229
2
de gen. 22
3940