[ADD] product_conversion: Multiple industries module#1685
Closed
fw-bot wants to merge 2 commits intoodoo:saas-19.1from
Closed
[ADD] product_conversion: Multiple industries module#1685fw-bot wants to merge 2 commits intoodoo:saas-19.1from
fw-bot wants to merge 2 commits intoodoo:saas-19.1from
Conversation
Collaborator
Author
|
@chga-odoo @vava-odoo cherrypicking of pull request #1528 failed. stdout: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
fe4ce35 to
4ea30d0
Compare
- Take full control of inventory transitions. This module enables you to reclassify products and adjust grades seamlessly, ensuring total traceability for every Lot and Serial Number. - Effortless Downgrading: Instantly reassign a Lot from "Grade 1" to "Grade 2" during inventory adjustments while maintaining a comprehensive audit trail. - Product Adaptation: Pivot quickly by triggering a product change or reclassification immediately following a quality inspection. - Post-Production Flexibility: If output no longer meets its primary purpose, you can convert units into a secondary product—even after the production order is closed. Task- 5362405
Add `product_conversion` as dependency so we can add feature of conversion. Update knowledge article for conversion functionality Task- 5362405
4ea30d0 to
ab1106c
Compare
Contributor
|
@robodoo r+ |
robodoo
pushed a commit
that referenced
this pull request
Feb 17, 2026
- Take full control of inventory transitions. This module enables you to reclassify products and adjust grades seamlessly, ensuring total traceability for every Lot and Serial Number. - Effortless Downgrading: Instantly reassign a Lot from "Grade 1" to "Grade 2" during inventory adjustments while maintaining a comprehensive audit trail. - Product Adaptation: Pivot quickly by triggering a product change or reclassification immediately following a quality inspection. - Post-Production Flexibility: If output no longer meets its primary purpose, you can convert units into a secondary product—even after the production order is closed. Task- 5362405 Part-of: #1685 Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com> Signed-off-by: Chirag Tribhovanbhai Gami (chga) <chga@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Feb 17, 2026
Add `product_conversion` as dependency so we can add feature of conversion. Update knowledge article for conversion functionality Task- 5362405 closes #1685 Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com> Signed-off-by: Chirag Tribhovanbhai Gami (chga) <chga@odoo.com>
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.

Product Conversion & Grading Management
Purpose
Task- 5362405
Forward-Port-Of: #1528