Skip to content

Commit 84bf85e

Browse files
committed
[BOT] post-merge updates
1 parent f733483 commit 84bf85e

4 files changed

Lines changed: 35 additions & 23 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Available addons
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[data_encryption](data_encryption/) | 16.0.1.0.1 | | Store accounts and credentials encrypted by environment
25-
[mail_environment](mail_environment/) | 16.0.1.0.1 | | Configure mail servers with server_environment_files
25+
[mail_environment](mail_environment/) | 16.0.1.0.2 | | Configure mail servers with server_environment_files
2626
[mail_environment_google_gmail](mail_environment_google_gmail/) | 16.0.1.0.0 | <a href='https://github.com/ivantodorovich'><img src='https://github.com/ivantodorovich.png' width='32' height='32' style='border-radius:50%;' alt='ivantodorovich'/></a> | Configure Gmail mail servers with server_environment_files
2727
[pos_environment](pos_environment/) | 16.0.1.0.1 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Custom messages on the bill depending on the environment
2828
[server_environment](server_environment/) | 16.0.1.1.2 | | move some configurations out of the database

mail_environment/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
==========================================
26
Mail configuration with server_environment
37
==========================================
@@ -7,13 +11,13 @@ Mail configuration with server_environment
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:98c12a3139202085663c933e6fb71273de1950ab8c96e24c2f0ba966a8860bea
14+
!! source digest: sha256:13d1095e576fa39cc25f6ef96af154d00548c8a900ebf5f73281527ce63a0d05
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--env-lightgray.png?logo=github

mail_environment/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Mail configuration with server_environment",
6-
"version": "16.0.1.0.1",
6+
"version": "16.0.1.0.2",
77
"category": "Tools",
88
"summary": "Configure mail servers with server_environment_files",
99
"author": "Camptocamp, Odoo Community Association (OCA)",

mail_environment/static/description/index.html

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Mail configuration with server_environment</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="mail-configuration-with-server-environment">
364-
<h1 class="title">Mail configuration with server_environment</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="mail-configuration-with-server-environment">
370+
<h1>Mail configuration with server_environment</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:98c12a3139202085663c933e6fb71273de1950ab8c96e24c2f0ba966a8860bea
375+
!! source digest: sha256:13d1095e576fa39cc25f6ef96af154d00548c8a900ebf5f73281527ce63a0d05
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/16.0/mail_environment"><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-16-0/server-env-16-0-mail_environment"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-env/tree/16.0/mail_environment"><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-16-0/server-env-16-0-mail_environment"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module allows to configure the incoming and outgoing mail servers
374379
using the <cite>server_environment</cite> mechanism: you can then have different
375380
mail servers for the production and the test environment.</p>
@@ -390,12 +395,12 @@ <h1 class="title">Mail configuration with server_environment</h1>
390395
</ul>
391396
</div>
392397
<div class="section" id="installation">
393-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
398+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
394399
<p>To install this module, you need to have the server_environment module
395400
installed and properly configured.</p>
396401
</div>
397402
<div class="section" id="configuration">
398-
<h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
403+
<h2><a class="toc-backref" href="#toc-entry-2">Configuration</a></h2>
399404
<p>With this module installed, the incoming and outgoing mail servers are
400405
configured in the <cite>server_environment_files</cite> module (which is a module
401406
you should provide, see the documentation of <cite>server_environment</cite> for
@@ -435,36 +440,36 @@ <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
435440
incoming mail server with the field <cite>name</cite> set to “odoo_pop_mail1”.</p>
436441
</div>
437442
<div class="section" id="usage">
438-
<h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
443+
<h2><a class="toc-backref" href="#toc-entry-3">Usage</a></h2>
439444
<p>Once configured, Odoo will read the mail servers values from the
440445
configuration file related to each environment defined in the main
441446
Odoo file.</p>
442447
</div>
443448
<div class="section" id="known-issues-roadmap">
444-
<h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
449+
<h2><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h2>
445450
<ul class="simple">
446451
<li>Due to the special nature of this addon, you cannot test it on the OCA
447452
runbot.</li>
448453
</ul>
449454
</div>
450455
<div class="section" id="bug-tracker">
451-
<h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1>
456+
<h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
452457
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-env/issues">GitHub Issues</a>.
453458
In case of trouble, please check there if your issue has already been reported.
454459
If you spotted it first, help us to smash it by providing a detailed and welcomed
455460
<a class="reference external" href="https://github.com/OCA/server-env/issues/new?body=module:%20mail_environment%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
456461
<p>Do not contact contributors directly about support or help with technical issues.</p>
457462
</div>
458463
<div class="section" id="credits">
459-
<h1><a class="toc-backref" href="#toc-entry-6">Credits</a></h1>
464+
<h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
460465
<div class="section" id="authors">
461-
<h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2>
466+
<h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
462467
<ul class="simple">
463468
<li>Camptocamp</li>
464469
</ul>
465470
</div>
466471
<div class="section" id="contributors">
467-
<h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
472+
<h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
468473
<ul class="simple">
469474
<li>Nicolas Bessi &lt;<a class="reference external" href="mailto:nicolas.bessi&#64;camptocamp.com">nicolas.bessi&#64;camptocamp.com</a>&gt;</li>
470475
<li>Yannick Vaucher &lt;<a class="reference external" href="mailto:yannick.vaucher&#64;camptocamp.com">yannick.vaucher&#64;camptocamp.com</a>&gt;</li>
@@ -475,9 +480,11 @@ <h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
475480
</ul>
476481
</div>
477482
<div class="section" id="maintainers">
478-
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
483+
<h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
479484
<p>This module is maintained by the OCA.</p>
480-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
485+
<a class="reference external image-reference" href="https://odoo-community.org">
486+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
487+
</a>
481488
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
482489
mission is to support the collaborative development of Odoo features and
483490
promote its widespread use.</p>
@@ -486,5 +493,6 @@ <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
486493
</div>
487494
</div>
488495
</div>
496+
</div>
489497
</body>
490498
</html>

0 commit comments

Comments
 (0)