Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4751 Vistas

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
Mejor respuesta

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

Avatar
Descartar
Mejor respuesta

Hello

try like below filter

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

Thanks

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
sept 18
4667
1
may 18
4073
1
sept 23
1323
9
jun 23
13118
2
ene 22
3895