补货¶
在Odoo中,可以通过以下三种方式之一来补货: 安全库存策略 、 按订单补货 (MTO)路线或使用 主生产计划 (MPS) 。
每种补货机制都会触发采购订单(PO)或生产订单(MO)的创建或建议,最佳选择取决于业务流程。
补货策略¶
补货报告和安全库存策略¶
Reordering rules are rules that can be set up to maintain a minimum stock level. They are often configured to support manufacturing or sales requirements. When a product’s stock falls at or below the minimum level, Odoo generates (or suggests) a purchase or manufacturing order to replenish stock to the maximum level.
When using automatic reordering rules, Odoo generates a new order. When using manual, Odoo suggests orders on the replenishment report. For detailed guidance, refer to the replenishment report and reordering rules.
关键点:
Automatic reordering rules: Automatically create POs or MOs when stock falls below the minimum level. While this is convenient, it is less flexible.
Manual reordering rules: Generate suggestions in the replenishment report for user review, allowing adjustments and batch orders while meeting deadlines.
Just-in-time logic: A strategy to replenish only what is needed to prevent overstocking.
按订单补货(MTO)¶
MTO 策略意味着只有在销售订单确认后才会触发采购或生产。当产品可定制、需求不可预测、存储容量有限以及产品价值高但需求低时,建议使用此策略。在这种情况下,保持库存是没有意义的。
与使用安全库存策略补充的产品不同,Odoo自动将销售订单关联到由MTO路线生成的 PO 或 MO
安全库存策略和 MTO 之间的另一个区别是,对于 MTO , Odoo在 SO 确认后立即生成 PO 或 MO 草稿。有了安全库存策略,当产品的预测库存低于设定的最小数量时,Odoo就会生成一个 PO 或 |MO|草稿
另外,只要 PO 或 MO 未确认,Odoo会根据预测变化自动添加数量到 PO 或 |MO|中
对于定制产品和/或手头没有库存的产品, MTO 高级路线是最佳的补货策略
更多内容
主生产计划¶
MPS 是一个仪表板,用于输入产品及其预测数量。根据已确认的生产订单和采购订单,仪表板会推荐订购或生产的数量。
这是一个很有用的 手动 工具,用于跟踪数量。 绝对不应该 将 MPS 与安全库存策略一起使用,因为自动工作流程会干扰其手动补货方法。
更多内容