File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
openupgrade_scripts/scripts Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ Module coverage 17.0 -> 18.0
228
228
+---------------------------------------------------+----------------------+-------------------------------------------------+
229
229
| iap_crm | |No DB layout changes. |
230
230
+---------------------------------------------------+----------------------+-------------------------------------------------+
231
- | iap_mail | | |
231
+ | iap_mail |Nothing to do | |
232
232
+---------------------------------------------------+----------------------+-------------------------------------------------+
233
233
| im_livechat | | |
234
234
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -990,7 +990,7 @@ Module coverage 17.0 -> 18.0
990
990
+---------------------------------------------------+----------------------+-------------------------------------------------+
991
991
| sms | | |
992
992
+---------------------------------------------------+----------------------+-------------------------------------------------+
993
- | snailmail | | |
993
+ | snailmail | Nothing to do | |
994
994
+---------------------------------------------------+----------------------+-------------------------------------------------+
995
995
| snailmail_account | | |
996
996
+---------------------------------------------------+----------------------+-------------------------------------------------+
Original file line number Diff line number Diff line change
1
+ ---Models in module 'iap_mail'---
2
+ ---Fields in module 'iap_mail'---
3
+ iap_mail / iap.account / message_follower_ids (one2many): NEW relation: mail.followers
4
+ iap_mail / iap.account / message_ids (one2many) : NEW relation: mail.message
5
+
6
+ # NOTHING TO DO: iap accounts are mail.threads now
7
+
8
+ ---XML records in module 'iap_mail'---
9
+ NEW ir.ui.view: iap_mail.iap_account_view_form
10
+
11
+ # NOTHING TO DO
Original file line number Diff line number Diff line change
1
+ ---Models in module 'snailmail'---
2
+ ---Fields in module 'snailmail'---
3
+ ---XML records in module 'snailmail'---
4
+ NEW iap.service: snailmail.iap_service_snailmail
5
+
6
+ # NOTHING TO DO: iap's end-migration links existing iap.account records to this service
You can’t perform that action at this time.
0 commit comments