From 88784535a6e2a7dbacfac755ca6652d93887bc86 Mon Sep 17 00:00:00 2001 From: Camilo Sarmiento Date: Wed, 5 Aug 2020 10:52:21 -0500 Subject: [PATCH] add print --- customer_service.py | 1 + 1 file changed, 1 insertion(+) 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):