Skip to content

[15.0][OU-ADD] apriori: module renames and merges#13

Open
eantones wants to merge 3 commits into
15.0from
15.0-apriori-renames
Open

[15.0][OU-ADD] apriori: module renames and merges#13
eantones wants to merge 3 commits into
15.0from
15.0-apriori-renames

Conversation

@eantones

@eantones eantones commented Jul 12, 2026

Copy link
Copy Markdown
Member

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:

commit prefix author entry
1 [OCA-CANDIDATE] Eric Antones stock_putaway_method merged into stock_putaway_hook
2 [OCA-CANDIDATE] Eric Antones queue_job_context merged into queue_job
3 [OCA-CHERRY-PICK OCA#5638] sergiocorato revert merge-into-stock of stock_orderpoint_manual_procurement (the family is installed here); already proposed upstream by its author, original authorship preserved

Submit 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.

@eantones eantones added oca-cherry-pick Contains commits cherry-picked from open OCA PRs (already proposed upstream by their author). oca-candidate Contains commits of ours that will be proposed to OCA at submit time. and removed mixed-split-at-submit labels Jul 12, 2026
@eantones eantones force-pushed the 15.0-apriori-renames branch from 54d3f97 to 3f9fa35 Compare July 12, 2026 21:23
eantones and others added 3 commits July 12, 2026 23:45
…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.
@eantones eantones force-pushed the 15.0-apriori-renames branch from 3f9fa35 to 958f19b Compare July 12, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

oca-candidate Contains commits of ours that will be proposed to OCA at submit time. oca-cherry-pick Contains commits cherry-picked from open OCA PRs (already proposed upstream by their author).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants