[15.0][OU-ADD] queue_job_context: Merged into queue_job#2
Open
eantones wants to merge 1 commit into
Open
Conversation
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.
5c0f5b2 to
9354eab
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.
Summary
queue_job_context->queue_jobtomerged_modulesin the 15.0 apriori.queue_job_context(OCA/queue) exists in 14.0 but was removed in 15.0; its context-key feature is provided natively by thequeue_jobbase module from 16.0 (_job_prepare_context_before_enqueue_keys). The 15.0 migration PR [MIG] queue_job_context: Migration to 15.0 OCA/queue#725 was closed with the note "not needed in v16+".queue_job_contextas an orphaned installed module inir_module_module. This entry merges it intoqueue_jobat the hop where it disappears.Test plan
queue_job_contextas an orphaned installed module inir_module_module