[FIX] mail_composer_cc_bcc: adapt to changes from upstream

pull/1519/head
trisdoan 2024-12-16 09:55:27 +07:00 committed by Holger Brunn
parent 376ad8dab6
commit 5d8a39c156
5 changed files with 6 additions and 2 deletions

View File

@ -106,6 +106,7 @@ Contributors
* Hai N. Le <hailn@trobz.com>
* Son Ho <sonhd@trobz.com>
* Tris Doan <tridm@trobz.com>
* `Therp BV <https://therp.nl>`_:

View File

@ -54,7 +54,7 @@ class MailMail(models.Model):
success_pids = []
failure_type = None
# ===== Same with native Odoo =====
# https://github.com/odoo/odoo/blob/2baa481e14ca705f4c6d3d4d900daf24442a4aa5
# https://github.com/odoo/odoo/blob/55c165dc8777514afa4f1476b82ef6b50b8a7651
# /addons/mail/models/mail_mail.py#L463
try:
if mail.state != "outgoing":
@ -81,7 +81,7 @@ class MailMail(models.Model):
email = mail._send_prepare_values()
# ===== Same with native Odoo =====
# headers
headers = {}
headers = {"X-Odoo-Message-Id": mail.message_id}
bounce_alias = ICP.get_param("mail.bounce.alias")
catchall_domain = ICP.get_param("mail.catchall.domain")
if bounce_alias and catchall_domain:

View File

@ -2,6 +2,7 @@
* Hai N. Le <hailn@trobz.com>
* Son Ho <sonhd@trobz.com>
* Tris Doan <tridm@trobz.com>
* `Therp BV <https://therp.nl>`_:

View File

@ -452,6 +452,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
<ul class="simple">
<li>Hai N. Le &lt;<a class="reference external" href="mailto:hailn&#64;trobz.com">hailn&#64;trobz.com</a>&gt;</li>
<li>Son Ho &lt;<a class="reference external" href="mailto:sonhd&#64;trobz.com">sonhd&#64;trobz.com</a>&gt;</li>
<li>Tris Doan &lt;<a class="reference external" href="mailto:tridm&#64;trobz.com">tridm&#64;trobz.com</a>&gt;</li>
</ul>
</blockquote>
</li>

View File

@ -15,6 +15,7 @@ VALID_HASHES = [
"461467cd5b356072fc054468c75f6e26",
"5d1ab352416f5074e131f35f20098d5b",
"46172c91183f2cb50b22a6b3b5e3869b",
"8f26c4084cc7fc300e64d19ccdc944fe",
]