Skip to content

[15.0][OU-ADD] queue_job_context: Merged into queue_job#2

Open
eantones wants to merge 1 commit into
15.0from
15.0-fix-apriori-queue_job_context
Open

[15.0][OU-ADD] queue_job_context: Merged into queue_job#2
eantones wants to merge 1 commit into
15.0from
15.0-fix-apriori-queue_job_context

Conversation

@eantones

Copy link
Copy Markdown
Member

Summary

  • Add queue_job_context -> queue_job to merged_modules in 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 the queue_job base 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+".
  • Upstream OpenUpgrade only records this merge in the 16.0 apriori, so a 14.0 -> 15.0 upgrade leaves queue_job_context as an orphaned installed module in ir_module_module. This entry merges it into queue_job at the hop where it disappears.

Test plan

  • pre-commit passes locally (apriori.py)
  • CI green
  • 14.0 -> 15.0 hop no longer leaves queue_job_context 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.
@eantones eantones force-pushed the 15.0-fix-apriori-queue_job_context branch from 5c0f5b2 to 9354eab Compare June 22, 2026 20:53
@eantones eantones changed the title [15.0][FIX] apriori: add queue_job_context -> queue_job (merged) [15.0][OU-ADD] queue_job_context: Merged into queue_job Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant