From 710e708c54b3c89eb1f1113bd1155cb429e3c7e0 Mon Sep 17 00:00:00 2001 From: Mihai Fekete Date: Mon, 10 Jan 2022 16:53:47 +0200 Subject: [PATCH] [14.0] [IMP] Allow dynamic base comment template rendering. --- .../views/report_delivery_document.xml | 4 ++-- stock_picking_comment_template/views/report_picking.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stock_picking_comment_template/views/report_delivery_document.xml b/stock_picking_comment_template/views/report_delivery_document.xml index 181c2fb..3db082a 100644 --- a/stock_picking_comment_template/views/report_delivery_document.xml +++ b/stock_picking_comment_template/views/report_delivery_document.xml @@ -10,7 +10,7 @@ t-foreach="o.comment_template_ids.filtered(lambda x: x.position == 'before_lines')" t-as="comment_template_top" > -
+
@@ -18,7 +18,7 @@ t-foreach="o.comment_template_ids.filtered(lambda x: x.position == 'after_lines')" t-as="comment_template_bottom" > -
+
diff --git a/stock_picking_comment_template/views/report_picking.xml b/stock_picking_comment_template/views/report_picking.xml index 607ec75..060c39b 100644 --- a/stock_picking_comment_template/views/report_picking.xml +++ b/stock_picking_comment_template/views/report_picking.xml @@ -7,7 +7,7 @@ t-foreach="o.comment_template_ids.filtered(lambda x: x.position == 'before_lines')" t-as="comment_template_top" > -
+
@@ -15,7 +15,7 @@ t-foreach="o.comment_template_ids.filtered(lambda x: x.position == 'after_lines')" t-as="comment_template_bottom" > -
+