[15.0][OU-ADD] apriori: module renames and merges#3
Open
eantones wants to merge 2 commits into
Open
Conversation
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.
This was referenced Jun 29, 2026
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.
Consolidates the per-module 15.0 apriori merge entries into a single per-version PR.
New fork convention: one PR per version, one commit per module, scoped to apriori renames/merges.
Adds two
merged_modulesentries:queue_job_context→queue_job(OCA/queue)stock_putaway_method→stock_putaway_hook(OCA/stock-logistics-warehouse)Supersedes #1 and #2.