diff --git a/customer_service.py b/customer_service.py index a3861de..6da380c 100644 --- a/customer_service.py +++ b/customer_service.py @@ -308,6 +308,7 @@ class CustomerService(metaclass=PoolMeta): response = Template.send(template, self, email, attach=False, attachments=[]) if not response or response.status_code != 202: + print(email) self.write({self}, {'notes': 'Fallo envio al correo: ' + email}) def send_emails_department(self):