From ba792b95c4265f110acad32523e63f5f116884ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Fri, 9 Apr 2021 13:21:02 +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 d693d7e0..513987cf 100644 --- a/document_page_approval/data/email_template.xml +++ b/document_page_approval/data/email_template.xml @@ -26,11 +26,6 @@

${object.summary}

% endif -

Diff

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

Have a great day.

--