From 9c28cc3d7112d37209fe543fe6bd06e1ddd19b2b Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 14 Mar 2024 13:08:42 +0100 Subject: [PATCH] [FIX] contract: Fix modifications layout On the migration to v16, the primary layout view was incorrectly removed. It's needed because of 2 reasons: - It's referenced in the following template doing a t-call. Well, this one can be avoided calling the new layout upstream template, but... - This layout is done for placing some extra content (the modifications table), as part of the layout that is not shown in the chatter for avoiding noise. We recreate this template inheriting the new layout template, and adapting it properly. TT45646 --- contract/data/template_mail_notification.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/contract/data/template_mail_notification.xml b/contract/data/template_mail_notification.xml index d74d38302..f3b59c26e 100644 --- a/contract/data/template_mail_notification.xml +++ b/contract/data/template_mail_notification.xml @@ -1,5 +1,14 @@ +