diff --git a/docsource/modules170-180.rst b/docsource/modules170-180.rst index 15ffddd6c7b4..ac33d744a4fd 100644 --- a/docsource/modules170-180.rst +++ b/docsource/modules170-180.rst @@ -98,7 +98,7 @@ Module coverage 17.0 -> 18.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | calendar |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| calendar_sms | |No DB layout changes. | +| calendar_sms |Nothing to do |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ | |new| certificate | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -120,7 +120,7 @@ Module coverage 17.0 -> 18.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | crm_mail_plugin | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| crm_sms | | | +| crm_sms |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | data_recycle | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -146,7 +146,7 @@ Module coverage 17.0 -> 18.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | event_sale |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| event_sms | |No DB layout changes. | +| event_sms |Done |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ | fleet | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -846,7 +846,7 @@ Module coverage 17.0 -> 18.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | pos_six | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| |new| pos_sms | | | +| |new| pos_sms | Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | pos_stripe | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -976,7 +976,7 @@ Module coverage 17.0 -> 18.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | sale_service | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| sale_sms | | | +| sale_sms | Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | sale_stock | Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -1046,7 +1046,7 @@ Module coverage 17.0 -> 18.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | stock_picking_batch | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| stock_sms | |No DB layout changes. | +| stock_sms |Nothing to do |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ | survey | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/calendar_sms/18.0.1.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/calendar_sms/18.0.1.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..ea06b154bda7 --- /dev/null +++ b/openupgrade_scripts/scripts/calendar_sms/18.0.1.1/upgrade_analysis_work.txt @@ -0,0 +1,5 @@ +---Models in module 'calendar_sms'--- +---Fields in module 'calendar_sms'--- +---XML records in module 'calendar_sms'--- +---nothing has changed in this module-- +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/event_sms/18.0.1.0/post-migrate.py b/openupgrade_scripts/scripts/event_sms/18.0.1.0/post-migrate.py new file mode 100644 index 000000000000..827bd8aae90c --- /dev/null +++ b/openupgrade_scripts/scripts/event_sms/18.0.1.0/post-migrate.py @@ -0,0 +1,10 @@ +# Copyright 2025 ForgeFlow S.L. (https://www.forgeflow.com) +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data(env, "event_sms", "18.0.1.0/noupdate_changes.xml") + openupgrade.delete_record_translations( + env.cr, "event_sms", ["sms_template_data_event_reminder"] + ) diff --git a/openupgrade_scripts/scripts/event_sms/18.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/event_sms/18.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..6b9d25f998f1 --- /dev/null +++ b/openupgrade_scripts/scripts/event_sms/18.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,5 @@ +---Models in module 'event_sms'--- +---Fields in module 'event_sms'--- +---XML records in module 'event_sms'--- +---nothing has changed in this module-- +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/pos_sms/18.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/pos_sms/18.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..ebd1d5b27773 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_sms/18.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,9 @@ +---Models in module 'pos_sms'--- +---Fields in module 'pos_sms'--- +pos_sms / pos.config / sms_receipt_template_id (many2one): NEW relation: sms.template +# NOTHING TO DO + +---XML records in module 'pos_sms'--- +NEW ir.ui.view: pos_sms.pos_sms_res_config_settings_view_form +NEW sms.template: pos_sms.sms_template_data_point_of_sale (noupdate) +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/stock_sms/18.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/stock_sms/18.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..c204a36c12cf --- /dev/null +++ b/openupgrade_scripts/scripts/stock_sms/18.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,5 @@ +---Models in module 'stock_sms'--- +---Fields in module 'stock_sms'--- +---XML records in module 'stock_sms'--- +---nothing has changed in this module-- +# NOTHING TO DO