Skip to content

Commit 52b04cb

Browse files
committed
[BOT] post-merge updates
1 parent da113f2 commit 52b04cb

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[data_encryption](data_encryption/) | 18.0.1.0.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Store accounts and credentials encrypted by environment
2525
[mail_environment](mail_environment/) | 18.0.1.0.0 | | Configure mail servers with server_environment_files
26+
[mail_environment_google_gmail](mail_environment_google_gmail/) | 18.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Configure Gmail mail servers with server_environment_files
2627
[server_environment](server_environment/) | 18.0.1.0.2 | | move some configurations out of the database
2728
[server_environment_data_encryption](server_environment_data_encryption/) | 18.0.1.0.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Server Environment Data Encryption
2829
[server_environment_ir_config_parameter](server_environment_ir_config_parameter/) | 18.0.1.0.0 | | Override System Parameters from server environment file

mail_environment_google_gmail/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Mail configuration with server_environment for Google Gmail
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:1afdf6a75ab850d6e8e117f7ddfd2834abba154c008f377cd2e00a0a2a96a133
10+
!! source digest: sha256:c62d469e34ce0a04b13b2b1ffaec09304e2aafeea6dd659b9faf90bad7102d2c
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

mail_environment_google_gmail/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Mail configuration with server_environment for Google Gmail</h
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:1afdf6a75ab850d6e8e117f7ddfd2834abba154c008f377cd2e00a0a2a96a133
370+
!! source digest: sha256:c62d469e34ce0a04b13b2b1ffaec09304e2aafeea6dd659b9faf90bad7102d2c
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-env/tree/18.0/mail_environment_google_gmail"><img alt="OCA/server-env" src="https://img.shields.io/badge/github-OCA%2Fserver--env-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-env-18-0/server-env-18-0-mail_environment_google_gmail"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-env&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module allows to configure Gmail outgoing servers with server-env.</p>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
22
name = "odoo-addons-oca-server-env"
3-
version = "18.0.20250403.0"
3+
version = "18.0.20250423.0"
44
dependencies = [
55
"odoo-addon-data_encryption==18.0.*",
66
"odoo-addon-mail_environment==18.0.*",
7+
"odoo-addon-mail_environment_google_gmail==18.0.*",
78
"odoo-addon-server_environment==18.0.*",
89
"odoo-addon-server_environment_data_encryption==18.0.*",
910
"odoo-addon-server_environment_ir_config_parameter==18.0.*",

0 commit comments

Comments
 (0)