[15.0][OU-ADD] apriori: module renames and merges#13
Open
eantones wants to merge 3 commits into
Open
Conversation
54d3f97 to
3f9fa35
Compare
…way_hook stock_putaway_method (OCA/stock-logistics-warehouse) was deprecated in 15.0 and replaced by stock_putaway_hook (OCA/stock-logistics-workflow). The migration PR OCA/stock-logistics-warehouse#1545 was closed with the comment "Deprecated. Replaced by stock_putaway_hook" by an OCA member. Without this entry, upgrading from 14.0 to 15.0 leaves stock_putaway_method as an orphaned installed module in ir_module_module.
queue_job_context (OCA/queue) exists in 14.0 but was removed in 15.0; its context-key feature is provided natively by the queue_job base module from 16.0 (queue_job._job_prepare_context_before_enqueue_keys). The 15.0 migration PR OCA/queue#725 was closed with the note "not needed in v16+". Upstream OpenUpgrade only records the merge in the 16.0 apriori, so upgrading from 14.0 to 15.0 leaves queue_job_context as an orphaned installed module in ir_module_module. Add the entry to 15.0 so it is merged into queue_job at the hop where it disappears.
…stock_orderpoint_manual_procurement
3f9fa35 to
958f19b
Compare
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.
Split of #3 (apriori part — mirrors #4 at 18.0). Single file
openupgrade_scripts/apriori.py: it cannot be split by entry nature into two live PRs (both would edit adjacent lines of the same dict and git-aggregator would conflict when merging the stack — empirically retested 2026-07-12 against wiring OCA PR 5638 directly: UU conflict), so the whole file travels here.Content labels (composable):
oca-candidate+oca-cherry-pick— each commit subject says which it is:[OCA-CANDIDATE]stock_putaway_methodmerged intostock_putaway_hook[OCA-CANDIDATE]queue_job_contextmerged intoqueue_job[OCA-CHERRY-PICK OCA#5638]stock_orderpoint_manual_procurement(the family is installed here); already proposed upstream by its author, original authorship preservedSubmit plan: extract ONLY the
[OCA-CANDIDATE]commits into a fresh one-file OCA PR after the Oxigen cutover. The[OCA-CHERRY-PICK]commit is never ours to submit — it drops from this branch the day OCA merges 5638.