From cbc8ecb09361be536c302098bdb2ed6882821626 Mon Sep 17 00:00:00 2001 From: Don Kendall Date: Wed, 19 Aug 2026 10:31:11 -0400 Subject: [PATCH] [MIG] stock_*: analysis annotations for extension modules --- docsource/modules180-190.rst | 2 +- .../19.0.1.1/upgrade_analysis_work.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/stock_landed_costs/19.0.1.1/upgrade_analysis_work.txt diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index 4f9456bb2282..cb0450c32a47 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -1160,7 +1160,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | stock_fleet |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| stock_landed_costs | | | +| stock_landed_costs |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | |new| stock_maintenance |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/stock_landed_costs/19.0.1.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/stock_landed_costs/19.0.1.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..74d8a09fa5e1 --- /dev/null +++ b/openupgrade_scripts/scripts/stock_landed_costs/19.0.1.1/upgrade_analysis_work.txt @@ -0,0 +1,13 @@ +---Models in module 'stock_landed_costs'--- + + +---Fields in module 'stock_landed_costs'--- +stock_landed_costs / stock.landed.cost / stock_valuation_layer_ids (one2many): DEL relation: stock.valuation.layer +stock_landed_costs / stock.valuation.layer / stock_landed_cost_id (many2one): DEL relation: stock.landed.cost + +# NOTHING TO DO + +---XML records in module 'stock_landed_costs'--- +DEL ir.ui.view: stock_landed_costs.stock_valuation_layer_form_inherited + +# NOTHING TO DO