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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How would I filter the lot search view
, 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', '>', 0.0)]"/>
Thanks
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
sept 18
|
4824 | ||
|
1
may 18
|
4159 | ||
filter_partner not working
Resuelto
|
|
1
sept 23
|
1454 | |
|
9
jun 23
|
13470 | ||
|
2
ene 22
|
4115 |