From c403e8b31acfe24a440a588c4678502d19d82d5b Mon Sep 17 00:00:00 2001
From: Julien Ortet <julien@le-filament.com>
Date: Tue, 16 Jan 2024 16:33:52 +0100
Subject: [PATCH] add partner id

---
 templates/operation_templates_page.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/operation_templates_page.xml b/templates/operation_templates_page.xml
index 0600025..71a49f1 100644
--- a/templates/operation_templates_page.xml
+++ b/templates/operation_templates_page.xml
@@ -239,6 +239,7 @@
                                         t-att-value="prm.id"
                                         t-att-data-name="'PRM n°' + prm.name"
                                         t-att-data-prm-id="prm.id"
+                                        t-att-data-partner-id="p.id"
                                     >
                                          &#160;&#160;&#160;- <t
                                             t-out="(prm.street + ' - '  + prm.name) if prm.street else prm.name"
-- 
GitLab