[18.0][FIX] sale_stock_picking_invoicing: stabilize matrix tests#2274
Open
[18.0][FIX] sale_stock_picking_invoicing: stabilize matrix tests#2274
Conversation
added 5 commits
February 18, 2026 21:04
Contributor
|
Hi @renatonlima, @mbcosta, |
added 7 commits
February 21, 2026 18:40
Author
|
Cross-reference: migration follow-up has been posted on #2063 for rerun with the updated 18.0 context (after #2271-#2274 stabilization). Ref: #2063 (comment) |
Author
|
Update pushed to this PR branch:
This was identified during a strict integrated local simulation ( |
Author
|
Follow-up fix pushed for the failing CI run on this PR:
Root cause:
Fix:
|
Author
|
Follow-up coverage-oriented refinement pushed:
Details:
Goal: improve Codecov patch coverage while preserving test behavior. |
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.
Summary
sale_stock_picking_invoicingtests for strict matrix variants.Why
In strict OCB runs, company creation in one test could trigger internal project creation and fail due additional required fields in mixed stacks. The test now isolates that side effect and remains focused on the default policy assertion.
Changes
sale_stock_picking_invoicing/tests/test_sale_stock.pytest_default_value_sale_invoicing_policy, isolate internal project side effects during company creation and keep assertion scope limited tosale_invoicing_policydefault behavior.Validation
approved baseline + migration stack) is green:odoo_exclude=0ocb_exclude=0tmp-lab/tmp/runs/20260221-231040-pr2063_on_approved_after_fixes_v3Merge order
4/4 (after #2271 and #2272)
Depends on: