From 91c22bcc55712e401952402ffced14e0f4093eb3 Mon Sep 17 00:00:00 2001 From: Eric Antones Date: Wed, 18 Mar 2026 14:07:33 +0100 Subject: [PATCH 1/3] [OCA-CANDIDATE] [OU-ADD] stock_putaway_method: Merged into stock_putaway_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. --- openupgrade_scripts/apriori.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index 687139ad524..37466ececae 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -108,6 +108,7 @@ # OCA/stock-logistics-warehouse "stock_inventory_exclude_sublocation": "stock", "stock_orderpoint_manual_procurement": "stock", + "stock_putaway_method": "stock_putaway_hook", # OCA/stock-logistics-workflow "stock_deferred_assign": "stock", "stock_move_assign_picking_hook": "stock", From 4b676d8ead497337e74aa0a37aafb9bcbdab1c0f Mon Sep 17 00:00:00 2001 From: Eric Antones Date: Mon, 22 Jun 2026 22:38:58 +0200 Subject: [PATCH 2/3] [OCA-CANDIDATE] [OU-ADD] queue_job_context: Merged into queue_job 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. --- openupgrade_scripts/apriori.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index 37466ececae..564c313c43d 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -99,6 +99,8 @@ # OCA/product-attribute "stock_account_product_cost_security": "product_cost_security", "product_sale_tax_price_included": "account", + # OCA/queue + "queue_job_context": "queue_job", # OCA/server-tools "base_jsonify": "jsonifier", # OCA/server-ux From 958f19bf2906c7d6100055f4bcb6a6561a24533c Mon Sep 17 00:00:00 2001 From: sergiocorato Date: Mon, 18 May 2026 07:09:55 +0200 Subject: [PATCH 3/3] [OCA-CHERRY-PICK OCA#5638] [15.0][OU-FIX] revert merge into stock of stock_orderpoint_manual_procurement --- openupgrade_scripts/apriori.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index 564c313c43d..f5dc9a322aa 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -109,7 +109,6 @@ "stock_inventory_valuation_pivot": "stock_account", # OCA/stock-logistics-warehouse "stock_inventory_exclude_sublocation": "stock", - "stock_orderpoint_manual_procurement": "stock", "stock_putaway_method": "stock_putaway_hook", # OCA/stock-logistics-workflow "stock_deferred_assign": "stock",