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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Sep 18
|
4842 | ||
How can Odoo 11 returns a list of filtered results?
Diselesaikan
|
|
1
Mei 18
|
4204 | |
filter_partner not working
Diselesaikan
|
|
1
Sep 23
|
1475 | |
|
9
Jun 23
|
13528 | ||
|
2
Jan 22
|
4181 |