From 98cb70bba2014444ef64ba9ecc9d46f335585734 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Mon, 24 Aug 2026 10:51:17 -0500 Subject: [PATCH] [OU-ADD] stock_landed_costs:Nothing to do --- docsource/modules180-190.rst | 2 +- .../19.0.1.1/upgrade_analysis_work.txt | 9 +++++++++ 2 files changed, 10 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 4f83352c9cc4..c5377f7e877c 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -1096,7 +1096,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..f2ed47a03d07 --- /dev/null +++ b/openupgrade_scripts/scripts/stock_landed_costs/19.0.1.1/upgrade_analysis_work.txt @@ -0,0 +1,9 @@ +---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: Odoo removed these fields in https://github.com/odoo/odoo/pull/222169 + +---XML records in module 'stock_landed_costs'--- +DEL ir.ui.view: stock_landed_costs.stock_valuation_layer_form_inherited +# NOTHING TO DO: Handled by ORM