Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| google_calendar |Nothing to do |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| google_gmail | | |
| google_gmail |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| google_recaptcha |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---Models in module 'google_gmail'---
# NOTHING TO DO

---Fields in module 'google_gmail'---
google_gmail / fetchmail.server / google_gmail_authorization_code (char): DEL
google_gmail / ir.mail_server / google_gmail_authorization_code (char): DEL
google_gmail / res.users / outgoing_mail_server_type (False): NEW selection_keys: ['default', 'gmail'], mode: modify
# NOTHING TO DO: removed OAuth authorization codes are transient, and the new Gmail outgoing option is computed from existing mail server settings

---XML records in module 'google_gmail'---
NEW ir.ui.view: google_gmail.google_gmail_oauth_error
# NOTHING TO DO: new OAuth error page
Loading