보관 규칙¶
Putaway is the process of routing products to appropriate storage locations upon shipment arrival.
Odoo can accomplish this seamlessly using putaway rules, which dictate how products move through specified warehouse locations.
Upon shipment arrival, operations are generated based on putaway rules to efficiently move products to specified locations, and ensure easy retrieval for future delivery orders.
창고에서 특정한 종류의 품목을 처리하는 경우에는 보관 규칙을 통해 휘발성 물질을 창고 관리자가 결정한 다른 위치로 이동시켜서 해당 물질이 가까운 곳에 보관되는 것을 방지할 수도 있습니다.
구성¶
저장 규칙을 사용하려면 창고 섹션에 있는 다단계 경로 기능을 활성화합니다. 이렇게 하면 저장 위치 기능도 자동으로 활성화됩니다.
으로 이동하여Finally, click Save.
Define putaway rule¶
특정 품목을 보관하기 위해 라우팅되는 위치를 관리하려면 만들기 버튼을 사용하여 규칙이 영향을 미치는 품목 또는 품목 카테고리 에 대한 새로운 보관 규칙을 설정합니다.
으로 이동합니다.중요
Putaway rules can be defined either per product/product category, and/or package type (the Packages setting must be enabled in
for that).해당하는 내용 중에서, 제품 입고 시 위치는 제품을 다음에 저장: 위치로 이동 작업을 생성하는 저장 규칙이 실행되는 위치입니다.
이 기능이 작동하려면, 다음에 저장 위치는 반드시 최초 위치의 하위 위치 여야 합니다 (예: 창고/재고/과일`은 저장된 품목을 더 쉽게 찾을 수 있도록 `창고/재고
내부에 특정한 이름으로 지정된 위치입니다).
Example
In a warehouse location, WH/Stock, there are the following sub-locations:
WH/Stock/Fruits
WH/Stock/Vegetables
Ensure all apples are stored in the fruits section by filling the field Store to with
the location WH/Stock/Fruits
when the Product, Apple
arrives in WH/Stock
.
Repeat this for all products and hit Save.
Putaway rule priority¶
Odoo selects a putaway rule based on the following priority list (from highest to lowest) until a match is found:
Package type and product
Package type and product category
패키지 유형
품목
Product category
Example
The product
Lemonade can
has the following putaway rules configured:
When receiving a
Pallet
(Package Type) ofLemonade cans
, it is redirected toWH/Stock/Pallets/PAL1
.
Lemonade can
’s Product Category isAll/drinks
, and when receiving aBox
of any item in this product category, items are redirected toWH/Stock/Shelf 1
.Any product on a
Pallet
is redirected toWH/Stock/Pallets
The product
Lemonade can
is redirected toWH/Stock/Shelf 2
Items in the
All/drinks
product category are redirected toWH/Stock/Small Refrigerator
.