[ADD] mrp: dismantling incoming products for parts - #19296
Open
erjer-odoo wants to merge 1 commit into
Open
Conversation
Collaborator
erjer-odoo
commented
Aug 5, 2026
erjer-odoo
commented
Aug 5, 2026
erjer-odoo
commented
Aug 5, 2026
erjer-odoo
commented
Aug 5, 2026
erjer-odoo
force-pushed
the
17.0-mrp-unbuild-for-parts-erjer
branch
from
August 5, 2026 19:41
edfe7f8 to
408314d
Compare
erjer-odoo
force-pushed
the
17.0-mrp-unbuild-for-parts-erjer
branch
from
August 5, 2026 19:44
408314d to
b921936
Compare
erjer-odoo
marked this pull request as ready for review
August 5, 2026 19:44
Contributor
Author
|
Hi @theRealThagomizer -- this PR is ready for your review when you get a moment. Thank you! |
Contributor
Author
|
@robodoo up to 18.0 |
Collaborator
|
Forward-porting to '18.0'. |
Contributor
Author
|
@robodoo up to master |
Collaborator
|
Forward-porting to 'master'. |
Contributor
Author
|
@robodoo up to 18.0 |
Collaborator
|
Forward-porting to '18.0'. |
theRealThagomizer
approved these changes
Aug 5, 2026
theRealThagomizer
left a comment
Contributor
There was a problem hiding this comment.
This looks good to me, @erjer-odoo! I had one minor question that mostly seems to be informed by me being helpless, so feel free to ignore it if you think it's unnecessary.
Comment on lines
+76
to
+81
| After the |MO| is confirmed, the product can be broken down into its component parts. | ||
|
|
||
| Retrieve the parts, or by-products, from the product. | ||
|
|
||
| If the by-products are tracked by lot or serial number, open the *By-Products* tab of the |MO|. | ||
| Click the :icon:`fa-list` :guilabel:`(Open Move)` icon to open the *Open: Move Byproduct* window. |
Contributor
There was a problem hiding this comment.
The MO needs to be confirmed before the Open Move icon will appear, right? Is that worth mentioning? I had to experiment to find it, but I know almost nothing about the Manufacturing app.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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
This
17.0PR can be FWP up to18.0.