From 70dadf734211907afdda8d2e44f08f050975795b 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/README.rst | 2 +- contract/__manifest__.py | 2 +- contract/data/template_mail_notification.xml | 13 +++++++++++-- contract/static/description/index.html | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/contract/README.rst b/contract/README.rst index ad4859899..4e914b5ff 100644 --- a/contract/README.rst +++ b/contract/README.rst @@ -7,7 +7,7 @@ Recurring - Contracts Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d05526882f94431ba595fd6ff8e8ffda579ca10ba44dee90e198a0738214edb5 + !! source digest: sha256:8744b6d73ab2ec9d7de19b4a9292ba9e39b6ad5907b1b2fab2be4463c4b58a2f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/contract/__manifest__.py b/contract/__manifest__.py index 909e6143e..988547508 100644 --- a/contract/__manifest__.py +++ b/contract/__manifest__.py @@ -11,7 +11,7 @@ { "name": "Recurring - Contracts Management", - "version": "16.0.2.3.0", + "version": "16.0.2.4.0", "category": "Contract Management", "license": "AGPL-3", "author": "Tecnativa, ACSONE SA/NV, Odoo Community Association (OCA)", 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 @@ +