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
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
wrz 18
|
4733 | ||
|
1
maj 18
|
4098 | ||
filter_partner not working
Rozwiązane
|
|
1
wrz 23
|
1359 | |
|
9
cze 23
|
13271 | ||
|
2
sty 22
|
3958 |