Skip to content

Commit

Permalink
[MIG] snailmail, snailmail_account: nothing to do
Browse files Browse the repository at this point in the history
  • Loading branch information
royle-vietnam committed May 18, 2024
1 parent b199431 commit f150da6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsource/modules160-170.rst
Original file line number Diff line number Diff line change
Expand Up @@ -798,9 +798,9 @@ Module coverage 16.0 -> 17.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| sms | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| snailmail | | |
| snailmail |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| snailmail_account | | |
| snailmail_account |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| social_media |Done |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---Models in module 'snailmail'---
obsolete model snailmail.confirm [abstract]
---Fields in module 'snailmail'---
snailmail / mail.message / message_type (False) : selection_keys is now '['auto_comment', 'comment', 'email', 'email_outgoing', 'notification', 'sms', 'snailmail', 'user_notification']' ('['comment', 'email', 'notification', 'sms', 'snailmail', 'user_notification']')
snailmail / mail.notification / failure_type (False) : selection_keys is now '['mail_bounce', 'mail_email_invalid', 'mail_email_missing', 'mail_from_invalid', 'mail_from_missing', 'mail_smtp', 'sms_acc', 'sms_country_not_supported', 'sms_credit', 'sms_expired', 'sms_invalid_destination', 'sms_not_allowed', 'sms_not_delivered', 'sms_number_format', 'sms_number_missing', 'sms_registration_needed', 'sms_rejected', 'sms_server', 'sn_credit', 'sn_error', 'sn_fields', 'sn_format', 'sn_price', 'sn_trial', 'unknown']' ('['mail_email_invalid', 'mail_email_missing', 'mail_smtp', 'sms_acc', 'sms_credit', 'sms_number_format', 'sms_number_missing', 'sms_server', 'sn_credit', 'sn_error', 'sn_fields', 'sn_format', 'sn_price', 'sn_trial', 'unknown']')
snailmail / snailmail.letter / error_code (selection) : selection_keys is now '['ATTACHMENT_ERROR', 'CREDIT_ERROR', 'FORMAT_ERROR', 'MISSING_REQUIRED_FIELDS', 'NO_PRICE_AVAILABLE', 'TRIAL_ERROR', 'UNKNOWN_ERROR']' ('['CREDIT_ERROR', 'FORMAT_ERROR', 'MISSING_REQUIRED_FIELDS', 'NO_PRICE_AVAILABLE', 'TRIAL_ERROR', 'UNKNOWN_ERROR']')
# NOTHING TO DO: no change

---XML records in module 'snailmail'---
DEL ir.ui.view: snailmail.snailmail_confirm_view
# NOTHING TO DO: noupdate records
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---Models in module 'snailmail_account'---
obsolete model snailmail.confirm.invoice [transient]
---Fields in module 'snailmail_account'---
---XML records in module 'snailmail_account'---
DEL ir.model.access: snailmail_account.access_snailmail_confirm_invoice
NEW ir.ui.view: snailmail_account.account_move_send_inherit_snailmail
DEL ir.ui.view: snailmail_account.account_invoice_send_inherit_account_wizard_form
# NOTHING TO DO: noupdate records

0 comments on commit f150da6

Please sign in to comment.