Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4219 Lượt xem

In a Product Category, you can configure a removal strategy.


They are discussed at https://www.odoo.com/documentation/master/applications/inventory_and_mrp/inventory/routes/strategies/removal.html

I don't understand how "Closest Location" works though.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

It is best explained by the commit that changed the code:

https://github.com/odoo/odoo/commit/fe344c0ad673c9eb5885257476347a5bde62ad93

Closest location picks items in the 'smallest/shortest' location (in alphabetical
order), so it assumes the locations are ordered alphabetically
according to how close they are to the ground.

Assume we have the following stock :
 - WH/Stock/Shelf 2
 - WH/Stock
 - WH/Stock/Shelf 1
Quants would be looked at in the following order : 1. WH/Stock (due to shortest name for the same stock) 2. WH/Stock/Shelf 1 (due to alphabetical order) 3. WH/Stock/Shelf 2


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 2 22
4276
2
thg 9 20
4458
1
thg 9 25
2328
1
thg 6 25
2356
3
thg 7 25
3831