mirror of https://github.com/OCA/social.git
[FIX] mail_composer_cc_bcc: adapt to changes from upstream
parent
376ad8dab6
commit
5d8a39c156
|
@ -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>`_:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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>`_:
|
||||
|
||||
|
|
|
@ -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 <<a class="reference external" href="mailto:hailn@trobz.com">hailn@trobz.com</a>></li>
|
||||
<li>Son Ho <<a class="reference external" href="mailto:sonhd@trobz.com">sonhd@trobz.com</a>></li>
|
||||
<li>Tris Doan <<a class="reference external" href="mailto:tridm@trobz.com">tridm@trobz.com</a>></li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
|
@ -15,6 +15,7 @@ VALID_HASHES = [
|
|||
"461467cd5b356072fc054468c75f6e26",
|
||||
"5d1ab352416f5074e131f35f20098d5b",
|
||||
"46172c91183f2cb50b22a6b3b5e3869b",
|
||||
"8f26c4084cc7fc300e64d19ccdc944fe",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue