Skip to content

Commit 50e287b

Browse files
Merge pull request #5056 from hbrunn/18.0-snailmail
[18.0][OU-ADD] snailmail
2 parents ccbecc1 + 40fea30 commit 50e287b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

docsource/modules170-180.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Module coverage 17.0 -> 18.0
228228
+---------------------------------------------------+----------------------+-------------------------------------------------+
229229
| iap_crm | |No DB layout changes. |
230230
+---------------------------------------------------+----------------------+-------------------------------------------------+
231-
| iap_mail | | |
231+
| iap_mail |Nothing to do | |
232232
+---------------------------------------------------+----------------------+-------------------------------------------------+
233233
| im_livechat | | |
234234
+---------------------------------------------------+----------------------+-------------------------------------------------+
@@ -990,7 +990,7 @@ Module coverage 17.0 -> 18.0
990990
+---------------------------------------------------+----------------------+-------------------------------------------------+
991991
| sms | | |
992992
+---------------------------------------------------+----------------------+-------------------------------------------------+
993-
| snailmail | | |
993+
| snailmail | Nothing to do | |
994994
+---------------------------------------------------+----------------------+-------------------------------------------------+
995995
| snailmail_account | | |
996996
+---------------------------------------------------+----------------------+-------------------------------------------------+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

0 commit comments

Comments
 (0)