Since products that have been used in Odoo can't be changed of UoM, I would like to know if there is a way to apply a filter in order to see what products are able to change their UoM before archiving all them.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
2081
瀏覽次數
Hi,
If the product is already used, there will be a stock move associated to that.
So for this you can compare your existing product list with products which have stock moves.
If no stock moves linked you can change the uom for those products
simply in any custom button action you do as below, products_without_stock_moves in below experssion will list all product ids that you can change
Hope this will help you
Thank you
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
2
3月 24
|
1284 | ||
|
5
10月 15
|
10174 | ||
|
1
5月 23
|
1642 | ||
|
1
1月 23
|
1440 | ||
|
2
7月 22
|
7493 |
Dear Mehjabin, thank you for the reply. Unfortunately all products aren't stockable and therefore this solution is not possible.