Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| mass_mailing_slides | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| mass_mailing_sms | | |
| mass_mailing_sms |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| mass_mailing_themes | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down Expand Up @@ -1050,7 +1050,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| sms_twilio | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| snailmail | | |
| snailmail |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| snailmail_account | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down Expand Up @@ -1106,7 +1106,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| survey | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| survey_crm | | |
| |new| survey_crm |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| theme_default | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---Models in module 'mass_mailing_sms'---


---Fields in module 'mass_mailing_sms'---
mass_mailing_sms / mailing.trace / failure_type (False) : selection_keys added: [mail_spam] (most likely nothing to do)

# NOTHING TO DO

---XML records in module 'mass_mailing_sms'---
NEW ir.model.access: mass_mailing_sms.access_sms_tracker_mailing_user

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---Models in module 'snailmail'---
obsolete model snailmail.letter.format.error [transient]
obsolete model snailmail.letter.missing.required.fields [transient]

# NOTHING TO DO

---Fields in module 'snailmail'---
snailmail / mail.message / message_type (False) : selection_keys added: [out_of_office] (most likely nothing to do)
snailmail / mail.notification / failure_type (False) : selection_keys added: [mail_bl, mail_dup, mail_optout, mail_spam] (most likely nothing to do)

# NOTHING TO DO

---XML records in module 'snailmail'---
DEL ir.actions.act_window: snailmail.snailmail_letter_format_error_action
DEL ir.actions.act_window: snailmail.snailmail_letter_missing_required_fields_action
DEL ir.model.access: snailmail.access_snailmail_letter_format_error
DEL ir.model.access: snailmail.access_snailmail_letter_missing_required_fields
DEL ir.ui.view: snailmail.snailmail_letter_format_error
DEL ir.ui.view: snailmail.snailmail_letter_missing_required_fields

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---Models in module 'survey_crm'---


---Fields in module 'survey_crm'---
survey_crm / crm.lead / origin_survey_id (many2one) : NEW relation: survey.survey
survey_crm / crm.team / origin_survey_ids (one2many) : NEW relation: survey.survey
survey_crm / survey.question.answer / generate_lead (boolean) : NEW
survey_crm / survey.survey / generate_lead (boolean) : NEW isfunction: function, stored
survey_crm / survey.survey / lead_ids (one2many) : NEW relation: crm.lead
survey_crm / survey.survey / team_id (many2one) : NEW relation: crm.team
survey_crm / survey.user_input / lead_id (many2one) : NEW relation: crm.lead

# NOTHING TO DO

---XML records in module 'survey_crm'---
NEW ir.ui.view: survey_crm.survey_question_view_form
NEW ir.ui.view: survey_crm.survey_survey_view_form
NEW ir.ui.view: survey_crm.survey_survey_view_kanban
NEW ir.ui.view: survey_crm.survey_user_input_view_form

# NOTHING TO DO
Loading