Skip to content

Commit

Permalink
[MIG] mail_environment_google_gmail: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SilvioC2C committed Oct 14, 2024
1 parent d01b91d commit d603836
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mail_environment_google_gmail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Mail configuration with server_environment for Google Gmail",
"summary": "Configure Gmail mail servers with server_environment_files",
"version": "15.0.1.0.0",
"version": "17.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["ivantodorovich"],
"website": "https://github.com/OCA/server-env",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down
1 change: 0 additions & 1 deletion mail_environment_google_gmail/models/ir_mail_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class IrMailServer(models.Model):
def _server_env_fields(self):
base_fields = super()._server_env_fields
gmail_fields = {
"use_google_gmail_service": {},
"google_gmail_authorization_code": {},
"google_gmail_refresh_token": {},
}
Expand Down

0 comments on commit d603836

Please sign in to comment.