odoo上架策略详解

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.

In warehouses that process specific kinds of products, putaway rules can also prevent volatile substances from being stored in close proximity, by directing them to different locations determined by the warehouse manager.

 See also

Odoo Tutorials: Putaway Rules

Configuration

To use putaway rules, navigate to Inventory app ‣ Configuration ‣ Settings, and activate the Multi-Step Routes feature under the Warehouse section. By doing so, the Storage Locations feature is also automatically activated.

Finally, click Save.

Activate Multi-Step Routes in Inventory configuration settings.

Define putaway rule

To manage where specific products are routed for storage, navigate to Inventory app ‣ Configuration ‣ Putaway Rules. Use the Create button to configure a new putaway rule on a Product or Product Category that the rule affects.

 Important

Putaway rules can be defined either per product/product category, and/or package type (the Packages setting must be enabled in Inventory app ‣ Configuration ‣ Settings for that).

In the same line, the When product arrives in location is where the putaway rule is triggered to create an operation to move the product to the Store to location.

For this to work, the Store to location must be a sub-location of the first (e.g., WH/Stock/Fruits is a specific, named location inside WH/Stock to make the products stored here easier to find).

 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.

Create putaway rules for apples and carrots.

Putaway rule priority

Odoo selects a putaway rule based on the following priority list (from highest to lowest) until a match is found:

  1. Package type and product

  2. Package type and product category

  3. Package type

  4. Product

  5. Product category

 Example

The product Lemonade can has the following putaway rules configured:

  1. When receiving a Pallet (Package Type) of Lemonade cans, it is redirected to WH/Stock/Pallets/PAL1.

  2. Lemonade can’s Product Category is All/drinks, and when receiving a Box of any item in this product category, items are redirected to WH/Stock/Shelf 1.

  3. Any product on a Pallet is redirected to WH/Stock/Pallets

  4. The product Lemonade can is redirected to WH/Stock/Shelf 2

  5. Items in the All/drinks product category are redirected to WH/Stock/Small Refrigerator.

Some examples of putaway rules.

Storage categories

storage category is an extra location attribute. Storage categories allow the user to define the quantity of products that can be stored in the location, and how the location will be selected with putaway rules.

Configuration

To enable storage categories, go to Inventory app ‣ Configuration ‣ Settings, and activate the Storage Categories feature in the Warehouse section. Then, click Save.

 Important

The Storage Locations feature must be enabled to enable Storage Categories.

Define storage category

To create a storage category, go to Inventory app ‣ Configuration ‣ Storage Categories and click Create.

On the storage category form, type a name for the Storage Category field.

Options are available to limit the capacity by weight, by product, or by package type. The Allow New Product field defines when the location is considered available to store a product:

  • If location is empty: a product can be added there only if the location is empty.

  • If products are the same: a product can be added there only if the same product is already there.

  • Allow mixed products: several different products can be stored in this location at the same time.

 Example

Create putaway rules for pallet-stored items and ensure real-time storage capacity checks by creating the High Frequency pallets storage category.

Name the Storage Category, and select If all products are same in the Allow New Product field.

Then, define package capacity in the Capacity by Package tab, specifying the number of packages for the designated Package Type and setting a maximum of 2.00 Pallets for a specific location.

Create a storage category on the page.

Once the storage category settings are saved, the storage category can be linked to a location.

To do that, navigate to the location by going to Inventory app ‣ Configuration ‣ Locations, and select the location. Click Edit and select the created category in the Storage Category field.

 Example

Assign the High Frequency pallets storage category to the WH/Stock/pallets/PAL 1 sub-location.

When a Storage Category is created, it can be linked to a warehouse location.

Storage categories in putaway rules

To continue the example from above, apply the High Frequency Pallets on the PAL1 and PAL2 locations and rework the putaway rules as follows:

Assume one pallet of lemonade cans is received:

  • If PAL1 and PAL2 are empty, the pallet will be redirected to WH/Stock/Pallets/PAL1.

  • If PAL1 is full, the pallet will be redirected to WH/Stock/Pallets/PAL2.

  • If PAL1 and 2 are full, the pallet will be redirected to WH/Stock/Pallets.

Storage Categories used in a variety of putaway rules.

  • 4
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Odoo 是一个开源的企业资源计划(ERP)系统,它提供了一套完整的商业应用程序,包括销售、采购、库存管理、生产管理、财务管理、人力资源管理等。下面是 Odoo 的系统架构详解: 1. 前端:Odoo 使用了基于 Web 技术的前端框架,提供了直观、用户友好的界面。前端部分主要负责与用户交互,并将用户输入的数据发送给后端进行处理。 2. Web 服务器:Odoo 支持多种 Web 服务器,如 Nginx、Apache 等。Web 服务器主要负责接收用户请求,并将请求转发给 Odoo 服务器进行处理。 3. Odoo 服务器:Odoo 服务器是整个系统的核心组件,它负责处理用户请求,并根据请求的类型进行相应的操作。Odoo 服务器采用了模块化的架构,每个功能模块都可以独立安装、升级和卸载。 4. 数据库:Odoo 使用关系型数据库来存储数据,常用的数据库包括 PostgreSQL、MySQL 等。所有的数据都存储在数据库中,包括用户信息、产品信息、订单信息等。 5. 模块:Odoo 的功能被组织成多个模块,每个模块负责一个特定的功能领域。例如,销售模块负责管理销售流程,采购模块负责管理采购流程等。用户可以根据自己的需求选择安装相应的模块。 6. 业务逻辑:Odoo 的每个模块都包含了一套完整的业务逻辑。例如,在销售模块中,用户可以创建销售订单、确认订单、生成发票等。这些业务逻辑被封装在模块中,并通过 Odoo 服务器进行处理。 7. API:Odoo 提供了一组丰富的 API,使开发人员能够通过编程的方式来与系统进行交互。开发人员可以使用 API 创建新的模块、扩展现有模块的功能,或者与其他系统进行集成。 总结来说,Odoo 的系统架构包括前端、Web 服务器、Odoo 服务器、数据库、模块、业务逻辑和 API。它提供了一个灵活、可扩展的平台,满足企业各种不同的业务需求。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值