From 135ff6e855303610e10809861b53cc6b90d5fe72 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 16 Oct 2024 22:18:31 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + mail_environment_google_gmail/README.rst | 2 +- .../static/description/index.html | 13 ++++++++----- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 355ebcda9..bf4090b3c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [data_encryption](data_encryption/) | 16.0.1.0.1 | | Store accounts and credentials encrypted by environment [mail_environment](mail_environment/) | 16.0.1.0.1 | | Configure mail servers with server_environment_files +[mail_environment_google_gmail](mail_environment_google_gmail/) | 16.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Configure Gmail mail servers with server_environment_files [pos_environment](pos_environment/) | 16.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Custom messages on the bill depending on the environment [server_environment](server_environment/) | 16.0.1.0.5 | | move some configurations out of the database [server_environment_data_encryption](server_environment_data_encryption/) | 16.0.1.0.0 | | Server Environment Data Encryption diff --git a/mail_environment_google_gmail/README.rst b/mail_environment_google_gmail/README.rst index ed8b3c494..745d703c4 100644 --- a/mail_environment_google_gmail/README.rst +++ b/mail_environment_google_gmail/README.rst @@ -7,7 +7,7 @@ Mail configuration with server_environment for Google Gmail !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5635acb0fde6b9d916f7ce3b6c1bab560bc579f1b3c80f918ce67fc5c2555ed9 + !! source digest: sha256:1afdf6a75ab850d6e8e117f7ddfd2834abba154c008f377cd2e00a0a2a96a133 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_environment_google_gmail/static/description/index.html b/mail_environment_google_gmail/static/description/index.html index de30bbd0f..27919ef58 100644 --- a/mail_environment_google_gmail/static/description/index.html +++ b/mail_environment_google_gmail/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Mail configuration with server_environment for Google Gmail

Beta License: AGPL-3 OCA/server-env Translate me on Weblate Try me on Runboat

This module allows to configure Gmail outgoing servers with server-env.

@@ -444,7 +445,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index afb0d8bd9..564ab419c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240512.0 \ No newline at end of file +16.0.20241016.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 5f4d87b53..73361608f 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -10,6 +10,7 @@ install_requires=[ 'odoo-addon-data_encryption>=16.0dev,<16.1dev', 'odoo-addon-mail_environment>=16.0dev,<16.1dev', + 'odoo-addon-mail_environment_google_gmail>=16.0dev,<16.1dev', 'odoo-addon-pos_environment>=16.0dev,<16.1dev', 'odoo-addon-server_environment>=16.0dev,<16.1dev', 'odoo-addon-server_environment_data_encryption>=16.0dev,<16.1dev',