From 87dfa76370bcc09c2e501416d56aacabdd203d94 Mon Sep 17 00:00:00 2001
From: Pierre Pizzetta
Date: Mon, 7 Dec 2020 11:54:55 +0800
Subject: [PATCH] [MIG] mail_outbound_static: Migration to 14.0
---
mail_outbound_static/README.rst | 11 ++++++-----
mail_outbound_static/__manifest__.py | 2 +-
mail_outbound_static/readme/CONTRIBUTORS.rst | 1 +
mail_outbound_static/static/description/index.html | 7 ++++---
mail_outbound_static/tests/test_ir_mail_server.py | 3 +--
mail_outbound_static/views/ir_mail_server_view.xml | 4 +---
6 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/mail_outbound_static/README.rst b/mail_outbound_static/README.rst
index 8f75c5515..b1af8adeb 100644
--- a/mail_outbound_static/README.rst
+++ b/mail_outbound_static/README.rst
@@ -14,13 +14,13 @@ Mail Outbound Static
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
- :target: https://github.com/OCA/social/tree/13.0/mail_outbound_static
+ :target: https://github.com/OCA/social/tree/14.0/mail_outbound_static
:alt: OCA/social
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_outbound_static
+ :target: https://translation.odoo-community.org/projects/social-14-0/social-14-0-mail_outbound_static
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/205/13.0
+ :target: https://runbot.odoo-community.org/runbot/205/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -51,7 +51,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -70,6 +70,7 @@ Contributors
* Frédéric Garbely
* Dave Lasley
* Lorenzo Battistini
+* Pierre Pizzetta
Maintainers
~~~~~~~~~~~
@@ -84,6 +85,6 @@ 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.
-This module is part of the `OCA/social `_ project on GitHub.
+This module is part of the `OCA/social `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/mail_outbound_static/__manifest__.py b/mail_outbound_static/__manifest__.py
index 3b8c5939c..592f5fe98 100644
--- a/mail_outbound_static/__manifest__.py
+++ b/mail_outbound_static/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "Mail Outbound Static",
"summary": "Allows you to configure the from header for a mail server.",
- "version": "13.0.1.0.1",
+ "version": "14.0.1.0.0",
"category": "Discuss",
"website": "https://github.com/OCA/social",
"author": "brain-tec AG, LasLabs, Odoo Community Association (OCA)",
diff --git a/mail_outbound_static/readme/CONTRIBUTORS.rst b/mail_outbound_static/readme/CONTRIBUTORS.rst
index 8003b64b1..cd5b44aa5 100644
--- a/mail_outbound_static/readme/CONTRIBUTORS.rst
+++ b/mail_outbound_static/readme/CONTRIBUTORS.rst
@@ -1,3 +1,4 @@
* Frédéric Garbely
* Dave Lasley
* Lorenzo Battistini
+* Pierre Pizzetta
diff --git a/mail_outbound_static/static/description/index.html b/mail_outbound_static/static/description/index.html
index a3b689e27..a8aabdc04 100644
--- a/mail_outbound_static/static/description/index.html
+++ b/mail_outbound_static/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This module brings Odoo outbound emails in to strict compliance with RFC-2822
by allowing for a statically configured From header, with the sender’s e-mail
being appended into the proper Sender header instead.
@@ -403,7 +403,7 @@ being appended into the proper Sender header instead.
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -430,7 +431,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
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.
-
This module is part of the OCA/social project on GitHub.
+
This module is part of the OCA/social project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/mail_outbound_static/tests/test_ir_mail_server.py b/mail_outbound_static/tests/test_ir_mail_server.py
index ce8ec76e1..2632bb181 100644
--- a/mail_outbound_static/tests/test_ir_mail_server.py
+++ b/mail_outbound_static/tests/test_ir_mail_server.py
@@ -48,8 +48,7 @@ class TestIrMailServer(TransactionCase):
return message_from_string(message_string)
def test_send_email_injects_from_no_canonical(self):
- """It should inject the FROM header correctly when no canonical name.
- """
+ """It should inject the FROM header correctly when no canonical name."""
self.message.replace_header("From", "test@example.com")
message = self._send_mail()
self.assertEqual(message["From"], self.email_from)
diff --git a/mail_outbound_static/views/ir_mail_server_view.xml b/mail_outbound_static/views/ir_mail_server_view.xml
index b74d4aa8f..552145f94 100644
--- a/mail_outbound_static/views/ir_mail_server_view.xml
+++ b/mail_outbound_static/views/ir_mail_server_view.xml
@@ -1,10 +1,8 @@
-
-
+
-