From 2eccb7ae31c8567a342b8fea57aee80bbebfa755 Mon Sep 17 00:00:00 2001 From: Eric Antones Date: Wed, 18 Mar 2026 14:07:33 +0100 Subject: [PATCH] [FIX] apriori: add stock_putaway_method -> stock_putaway_hook rename 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 e82a78a9400b..f275a161705c 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -105,6 +105,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",