From 344eacbb3e19d15d3d2907b0a3aa8f64a4d2e5db Mon Sep 17 00:00:00 2001 From: Dang Van Loc Date: Tue, 4 Jul 2023 17:47:43 +0700 Subject: [PATCH] [OU-ADD] sms: nothing to do --- docsource/modules150-160.rst | 2 +- .../sms/16.0.2.4/upgrade_analysis_work.txt | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/sms/16.0.2.4/upgrade_analysis_work.txt diff --git a/docsource/modules150-160.rst b/docsource/modules150-160.rst index 73519ee9caf9..348bb4e85c1f 100644 --- a/docsource/modules150-160.rst +++ b/docsource/modules150-160.rst @@ -730,7 +730,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | sales_team | Nothing to do | | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| sms | | | +| sms | Nothing to do | | +-------------------------------------------------+----------------------+-------------------------------------------------+ | snailmail | Nothing to do | | +-------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/sms/16.0.2.4/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/sms/16.0.2.4/upgrade_analysis_work.txt new file mode 100644 index 000000000000..d9c6d456a2f5 --- /dev/null +++ b/openupgrade_scripts/scripts/sms/16.0.2.4/upgrade_analysis_work.txt @@ -0,0 +1,23 @@ +---Models in module 'sms'--- +obsolete model sms.cancel [transient] +new model sms.template.reset [transient] +---Fields in module 'sms'--- +sms / ir.actions.server / sms_mass_keep_log (boolean) : DEL +sms / ir.actions.server / sms_method (selection) : NEW selection_keys: ['comment', 'note', 'sms'], hasdefault: compute +sms / ir.actions.server / state (False) : selection_keys is now '['code', 'followers', 'mail_post', 'multi', 'next_activity', 'object_create', 'object_write', 'sms']' ('['code', 'email', 'followers', 'multi', 'next_activity', 'object_create', 'object_write', 'sms']') +sms / sms.template / copyvalue (char) : DEL +sms / sms.template / model_object_field (many2one) : DEL relation: ir.model.fields +sms / sms.template / null_value (char) : DEL +sms / sms.template / sub_model_object_field (many2one): DEL relation: ir.model.fields +sms / sms.template / sub_object (many2one) : DEL relation: ir.model +sms / sms.template / template_fs (char) : NEW +# Nothing to do + +---XML records in module 'sms'--- +NEW ir.actions.act_window: sms.sms_template_reset_action +DEL ir.actions.act_window: sms.sms_cancel_action +NEW ir.model.access: sms.access_sms_template_reset +DEL ir.model.access: sms.access_sms_cancel +NEW ir.ui.view: sms.sms_template_reset_view_form +DEL ir.ui.view: sms.sms_cancel +# Nothing to do