跳至内容
Odoo 菜单
  • 登录
  • 免费试用
  • 应用程序
    财务
    • 会计
    • 发票
    • 费用
    • 电子表格 (BI)
    • 文档
    • 电子签名
    销售
    • 客户关系管理
    • 销售
    • POS 销售点管理-零售
    • POS 销售点管理 - 餐厅
    • 订阅
    • 租赁
    网站
    • 网站设计
    • 电子商务
    • 博客
    • 论坛
    • 在线客服
    • 在线学习
    供应链
    • 库存
    • 制造
    • 产品生命周期
    • 采购
    • 维护保养
    • 品控
    人力资源
    • 员工
    • 招聘
    • 休假
    • 评价
    • 内部推荐
    • 车队
    营销
    • 社媒营销
    • 电邮营销
    • 短信营销
    • 近期活动
    • 营销自动化
    • 网上调查
    服务
    • 项目管理
    • 工时单
    • 现场服务
    • 服务台
    • 排期
    • 预约
    生产力
    • 讨论
    • 批核
    • IoT物联网
    • VoIP
    • 知识库
    • WhatsApp
    第三方应用软件 Odoo 定制 Odoo云端平台
  • 行业
    零售
    • 书店
    • 服装店
    • 家具店
    • 食品杂货店
    • 五金店
    • 玩具店
    餐饮与酒店服务
    • 酒吧及酒馆
    • 餐厅
    • 快餐
    • 民宿
    • 饮品分销商
    • 酒店
    房地产
    • 房地产代理
    • 建筑师事务所
    • 建造业
    • 地产管理
    • 园艺
    • 业主协会
    咨询
    • 会计师事务所
    • Odoo合作伙伴
    • 市场推广公司
    • 律师事务所
    • 人才招聘
    • 审核 & 认证
    制造
    • 纺织
    • 金属
    • 家具
    • 食品
    • 啤酒厂
    • 企业礼品
    保健与健身
    • 体育俱乐部
    • 眼镜店
    • 健身中心
    • 健康从业者
    • 药房
    • 发型屋
    商贸服务
    • 维修人员
    • IT 硬件及支持
    • 太阳能系统
    • 鞋匠
    • 清洁服务
    • 暖通空调服务
    其他
    • 非营利组织
    • 环境机构
    • 广告牌租赁
    • 摄影服务
    • 自行车租赁
    • 软件经销商
    浏览所有行业
  • 社区
    学习
    • 教学视频
    • 文档
    • 认证
    • 培训
    • 博客
    • 播客
    赋能教育
    • 教育计划
    • Scale Up! 商业游戏
    • 参观Odoo
    获取软件
    • 下载
    • 版本对比
    • 发布
    合作
    • Github
    • 论坛
    • 近期活动
    • 翻译
    • 成为合作伙伴
    • 合作伙伴服务
    • 注册您的会计事务所
    获取服务
    • 寻找合作伙伴
    • 查找会计服务
    • 预约顾问咨询
    • 安装及推行服务
    • 客户参考
    • 支持
    • 升级
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    获取演示
  • 定价
  • 技术支持

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • 客户关系管理
  • e-Commerce
  • 会计
  • 库存
  • PoS
  • 项目
  • MRP
All apps
只限注册用戶才可与社群互动。
所有帖文 人 徽章
标签 (查看所有)
odoo accounting v14 pos v15
关于此论坛区
只限注册用戶才可与社群互动。
所有帖文 人 徽章
标签 (查看所有)
odoo accounting v14 pos v15
关于此论坛区
帮助

Picking steps depending on product

订阅

此帖文有活动时,接收通知

此问题已终结
pickingodoo10
1 回复
6276 查看
形象
Simon

Hi I have the following problem and don't see any solution so far in Odoo.

I have one warehouse which contains very small and light products and also very heavy and big products.

The heavy products are packed and shipped in one step. Lifting them again for a pick pack process would be too hard for the packers.

The light products should be picked first by using picking wave and then packed to save some time.

Now every now and then it happens that a customer who bought heavy products also buys a light product.

How can I do the setup.

At best the solution would be that as soon a I have to pick a product from a shelf which is defined as "ship in one step" all products have to be picked in one step.

However Odoo (as far as I see it) only allows me to create two different warehouses to achieve this. However in this case products can not be picked for one order any more in the same picking process.

Thank you for your help

0
形象
丢弃
形象
Jaideep
最佳答案

Hi Simon,

Believe you can achieve this by creating 2 routes for your products or product categories (Heavy ; Light) in the same warehouse.

1. Be sure to enable Multi step routes - Settings > Inventory > Warehouse

2. Set warehouse routes - Inventory > configuration > warehouses -- on the warehouse template select 'Outgoing Shipments' to 2 steps.

3. Create a new Route & rule for heavy products (1 step) - Inventory > Configuration > Routes > Create
a. select if you would like to apply to products or product categories
b. Add a rule -- Action 'Pull From'; Operation type - 'Delivery Order' ; Source location - 'WH/Stock';  Destination location - 'Partner Locations/ Customer'

4. Assign the route to product on product template or to product categories - Inventory > Configuration > Product Categories. 'Routes' field on the form.

------------
Expected behavior of this configuration

- An additional "Pick" operation is created in Inventory > overview

- SO for light product only - Odoo creates 2 operations, 1 for 'Delivery order' with status waiting for another operation and 1 for 'Pick'. Once the picking is validated, the delivery operation (shipping) can be validated.


- SO for heavy product only - only 1 operation is created 'Delivery Order', process is as you have currently.


- SO for heavy & light - 2 operations are created 'Delivery order' for all products on SO and 'Pick' only for light products. Once the picking of light products is validating, delivery order for complete SO can be validated.

Hope this helps!

3
形象
丢弃
Simon
编写者

Woow Jaideep Thank you so much for your help. It nearly works like a charm. What I could achieve is

1. in case there is only light products there is a pick and pack process. (Perfect)

2. in case there is only heavy products there is only a pack process (without picking) (Perfect)

3. in case there is a mix of heavy and light products I have the problem that I have 1 picking process and two packing processes. The thing is most likely that the picking process sends the products from stock to "Warehouse:Delivery orders" and from there to the customer whereas the heavy products are send direct from "Warehouse:Stock" to the customer. In this case Odoo does not have the same source location for the shipment and creates two shippings. I would prefer to have it all in one shipping. Thank you

Jaideep
Hi Simon,

Sorry, my bad.. the source location on the route for heavy products (1 step route) requires to be Source location - 'WH/Output'

This would ensure that 1 delivery order is generated for a SO with all products and an additional 'Pick" operation only for the light products.

What you mention is correct since the source location aren't the same it creates 2 shipping. WH/Stock & WH/Output are the locations. You would also require to configure putaway rules related to these product categories, to ensure stock availability at these locations. Also, consider renaming these default locations in a way that they identify with your physical location nomenclature.

Thanks for validating and providing feedback

Regards
Simon
编写者

Hi Jaipeed,

sorry for bothering you again. I have tried your suggestion

"Sorry, my bad.. the source location on the route for heavy products (1 step route) requires to be Source location - 'WH/Output'"

but I think it is still not correct or at least I don't get it working.

The light products (the two step route) goes from stock to output and from output to the customer. If for the heavy products I set the route as Source location - 'WH/Output' I still need to get it there. Since the heavy products are lying on stock I need to get them from stock to output somehow and then from output to the customer which would be again two steps.

Or did I get your answer wrong?

Jaideep

From:
Sent: Friday, June 25, 2021 3:07 PM
To: jaideep
Subject: Re: Picking steps depending on product

Hi Jaideep,

Thank you a lot for the clarification. I now understand and you are absolutely right. I just imagined WH/Output being a place just for shipments however never concidered this place as a possible place for stock which of course can also be used as.

So as you say if I store heavy products in Output and create my shelves etc there Odoo will ask me to move light products from stock to Output and since heavy products are already in Output only one shipping process will be created towards the customer from Output.

Awesome answer Jaideep and thank you a lot.

Simon

===========================

Jaideep Jagannathan schrieb am 24.06.2021 12:42 (GMT +02:00):

Hi Simon,

What you mention is absolutely correct. Heavy product would require to be moved from Stock to output, this doesn't require to be done at the time of delivery but at the time of storage.

WH/Stock or WH/Output are locations and, in more way, than 1 represent a physical area within your warehouse. Let's assume you store Heavy in area A and light in area B. For delivering an order, a light product is first moved from area A (stock) to area B (output) then shipped. However, for heavy product, since they are already stored in Area B they are shipped direct to customer.

Prior to initiating 2 step deliveries, inventory had only 1 location (WH/Stock) and all your products were stored in that location. With 2 steps, Odoo has split the warehouse into 2 identifiable locations - WH/Stock & WH/Output.

Now, we would need to identify to Odoo the storage location for each of your products, so inventory can keep track. This can be done in multiple ways 1. if you buy you can modify in the receive routes 2. If you manufacture you can modify the manufacturing routes 3. You can define 'Putaway rules' for the product category, so that each time a product of this category arrives in a location it is automatically moved to appropriate location.

The 3rd option is what I had suggested in my post

>>> You would also require to configure putaway rules related to these product categories, to ensure stock availability at these locations <<<<

You can define this from Inventory > Product categories >Putaway Rules (on top right of the form), Here you can create a rule for Heavy product category -> when a product arrives in WH/Stock --> Store to WH/Output

The putaway rule will keep track of stock the stored location of product

喜欢讨论吗?不要只阅读,加入进来!

立即创建账户,享受专属功能,与我们的精彩社区互动!

注册
相关帖文 回复 查看 活动
odoo 10 backorder script
picking backorder odoo10
形象
0
7月 20
3291
Create schedule action For sending emails
odoo10
形象
形象
形象
2
7月 25
6522
How to send messages that are not shown in chatter? 已解决
odoo10
形象
形象
形象
2
10月 25
8845
How to ORDER BY? [Odoo 10] 已解决
odoo10
形象
形象
2
11月 24
29756
Dynamic domain functionality - possible to change domain of a field in another model with onchange? (Odoo 10) 已解决
odoo10
形象
形象
形象
2
5月 24
8417
社区
  • 教学视频
  • 文档
  • 论坛
开源
  • 下载
  • Github
  • Runbot
  • 翻译
服务
  • Odoo.sh 托管
  • 支持
  • 升级
  • 自定义开发服务
  • 教育
  • 查找会计服务
  • 寻找合作伙伴
  • 成为合作伙伴
关于我们
  • 我们的公司
  • 品牌资产
  • 联系我们
  • 招聘
  • 近期活动
  • 播客
  • 博客
  • 客户
  • 法律 • 隐私
  • 安全
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo致力于为企业管理提供高效智能的开源解决方案,是全球业内高速成长的软件服务商之一,逾七百五十万用户选择Odoo进行数字化升级。通过一系列全业务链覆盖、高度集成、简单易用的商业应用,助力企业实现信息化改革、降本增效并释放公司增长潜力。

Odoo独特的价值在于是一款非常容易使用又完全集成的应用。

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now