[19.0][MIG] stock_picking_report_valued_sale_mrp: migrate to 19.0 - #519
Open
Sadiq-OSI wants to merge 28 commits into
Open
[19.0][MIG] stock_picking_report_valued_sale_mrp: migrate to 19.0#519Sadiq-OSI wants to merge 28 commits into
Sadiq-OSI wants to merge 28 commits into
Conversation
Sadiq-OSI
force-pushed
the
work/migrate-stock-picking-report-valued-sale-mrp-19
branch
4 times, most recently
from
June 23, 2026 20:19
f96776d to
7e884d2
Compare
We want to consider backordered moves even if they're cancelled but not cancelled moves from cancelled orders, that must be filtered. Otherwise, they pullute the amounts computation.
Update/direct assignation should be used instead.
odoo.tools.convert.ParseError: "Element '<xpath expr="//tr[@t-foreach='o.move_line_ids']">' cannot be located in parent view
When the recordset comes from multiple picking we could get a wrong calculation of the mrp lines in the report when the conditions of same component for the same order line would apply. So for every picking we have to compute the kits valuations independently. TT33076
… in stock.move It was a related field in v13, but now it's only on the picking, so let's access to it in the code. TT50285
Currently translated at 100.0% (6 of 6 strings) Translation: stock-logistics-reporting-16.0/stock-logistics-reporting-16.0-stock_picking_report_valued_sale_mrp Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_picking_report_valued_sale_mrp/it/
Sadiq-OSI
force-pushed
the
work/migrate-stock-picking-report-valued-sale-mrp-19
branch
from
June 26, 2026 19:49
7e884d2 to
2b884b5
Compare
Sadiq-OSI
force-pushed
the
work/migrate-stock-picking-report-valued-sale-mrp-19
branch
from
July 24, 2026 19:59
2b884b5 to
c5b7622
Compare
Author
Sadiq-OSI
force-pushed
the
work/migrate-stock-picking-report-valued-sale-mrp-19
branch
from
July 24, 2026 20:16
72380a5 to
2b7307c
Compare
BhaveshHeliconia
approved these changes
Jul 27, 2026
BhaveshHeliconia
left a comment
Contributor
There was a problem hiding this comment.
Code review LGTM!
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.


Description
Migration of
stock_picking_report_valued_sale_mrpto Odoo 19.0.This addon extends valued delivery slips for sale MRP kits, keeping kit components grouped under the sold kit product and showing the kit valuation on the delivery report.
Changes
Validation