Addons concerning odoo's social ERP features and messaging in general
 
 
 
Go to file
Jairo Llopis 54d9eb16a6 [FIX] mail_tracking_mailgun: Avoid errors without event
When this method is called without an event (a.k.a. `event=None`), this method produces the following error:

```
Traceback (most recent call last):
  File "/opt/odoo/auto/addons/mail/models/mail_mail.py", line 278, in send
    res = IrMailServer.send_email(msg, mail_server_id=mail.mail_server_id.id)
  File "/opt/odoo/auto/addons/mail_tracking/models/ir_mail_server.py", line 88, in send_email
    tracking_email.smtp_error(self, smtp_server_used, e)
  File "/opt/odoo/auto/addons/mail_tracking/models/mail_tracking_email.py", line 213, in smtp_error
    self.sudo()._partners_email_bounced_set('error')
  File "/opt/odoo/auto/addons/mail_tracking/models/mail_tracking_email.py", line 203, in
_partners_email_bounced_set
    ]).email_bounced_set(self, reason, event=event)
  File "/opt/odoo/auto/addons/mail_tracking_mailgun/models/res_partner.py", line 22, in
email_bounced_set
    self._email_bounced_set(reason, event)
  File "/opt/odoo/auto/addons/mail_tracking_mailgun/models/res_partner.py", line 33, in
_email_bounced_set
    event['Message-Id'] or '') TypeError: 'NoneType' object has no attribute '__getitem__'
```

So, we now assume we do not always have an event.
2018-05-08 18:26:49 +02:00
mail_debrand [11.0][MIG] mail_debrand 2018-04-27 16:07:07 +02:00
mail_digest mail_digest: fix notification domain for partners w/ no user 2018-04-04 17:54:05 +02:00
mail_restrict_follower_selection [IMP] disable the option to create followers that do not meet the conditions 2018-04-05 10:59:19 +02:00
mail_tracking [MIG] mail_tracking: Migration to 11.0 2018-05-07 10:22:39 +01:00
mail_tracking_mailgun [FIX] mail_tracking_mailgun: Avoid errors without event 2018-05-08 18:26:49 +02:00
setup [ADD] setup.py 2018-05-02 05:25:12 +02:00
.gitignore [MIG] Add metafiles 2017-10-03 16:59:41 +02:00
.travis.yml [MIG] Add metafiles 2017-10-03 16:59:41 +02:00
LICENSE [MIG] Add metafiles 2017-10-03 16:59:41 +02:00
README.md [MIG] Add metafiles 2017-10-03 16:59:41 +02:00

README.md

Runbot Status Build Status Coverage Status

Social addons for Odoo

Addons concerning Odoo's social ERP features and messaging in general

Translation Status

Transifex Status