Skip to content

Commit

Permalink
Merge pull request #4033 from locdang8/v16_mig_sms
Browse files Browse the repository at this point in the history
[16.0] [OU-ADD] sms: nothing to do
  • Loading branch information
pedrobaeza authored Feb 13, 2024
2 parents 2b69e34 + 344eacb commit 797f693
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| sales_team | Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| sms | | |
| sms | Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| snailmail | Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
23 changes: 23 additions & 0 deletions openupgrade_scripts/scripts/sms/16.0.2.4/upgrade_analysis_work.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 797f693

Please sign in to comment.