odoo/documentation#19296
Created by Erin Jerison (erjer)
Blocked
- Merge method
- Review
-
CI
- ci/documentation: (runtime 1093s)
- ci/codeowner_coverage: (runtime 9s)
- label
- odoo-dev:17.0-mrp-unbuild-for-parts-erjer
- head
- b92193677276c861611de7cd4be1281e965371b8
| odoo/documentation | |
|---|---|
| 17.0 | #19296 missing r+ |
| 18.0 |
[ADD] mrp: dismantling incoming products for parts
What this PR does and why it's needed
Documents a new manufacturing workflow for dismantling incoming products into their component parts. This came out of sitting in on a meeting with the FS team, where it surfaced as an interesting solution to a customer's problem: companies that take in products they didn't manufacture (e.g. a car junkyard) and need to break them down into components, tracked by lot/serial number, and entered back into inventory as by-products.
Changes
Manufacturing workflows
- Added a new Dismantle incoming products page explaining how to use a bill of materials with by-products (rather than an unbuild order) to break down externally-sourced products into trackable component parts.
- Documented the full flow: create a BoM with no components but with by-products, confirm a manufacturing order, assign lot/serial numbers to by-products via the Move Byproduct window, then use Produce All to enter the parts into inventory.
- Documented how to verify the result via the Traceability Report and Product Moves smart buttons.
- Added the new page to the manufacturing workflows toctree.
- Added an anchor to the existing Add by-products to BoMs section so it can be cross-referenced from the new page.
This 17.0 PR can be FWP up to 18.0.