I have a bunch of products (around 10.000) but most of them with quantity 0.
Is it possible to get a list of the products that have a non-zero quantity?
Thanks a lot.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have a bunch of products (around 10.000) but most of them with quantity 0.
Is it possible to get a list of the products that have a non-zero quantity?
Thanks a lot.
By default, you cannot do this with the Advanced search or by sorting by column because Quantity on hand and Quantity Forecasted are calculated fields.
A workaround is to export your whole list to csv and filter in Excel. (note: you can save export lists if you need to do this often)
I found this module:
https://www.odoo.com/apps/7.0/stock_filter_none_zero_qty/
It is also available for 6.1 - I didn't test it yet, but it looks promising.
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
sie 19
|
2669 | ||
|
1
wrz 16
|
3605 | ||
|
2
mar 15
|
6046 | ||
|
0
mar 15
|
3834 | ||
|
0
mar 15
|
4092 |
Is this possible in Odoo 15 and 16?