From b2ff4a1fc347bdef7c0c352947c98c3f107c0e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Thu, 15 Apr 2021 08:08:29 +0200 Subject: [PATCH] [FIX] document_page_approval: Delete diff in email_template to prevent errors in some cases. If we added image in base64 inside content: when Odoo try to render message and send try to create ir.attachment with type=content (it's not possible). --- document_page_approval/data/email_template.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/document_page_approval/data/email_template.xml b/document_page_approval/data/email_template.xml index ca2c2fb6..6c647215 100644 --- a/document_page_approval/data/email_template.xml +++ b/document_page_approval/data/email_template.xml @@ -29,11 +29,6 @@

${object.summary}

% endif -

Diff

-
-${object.diff|safe} -
-

Have a great day.

--