From bfc106e008bc562433a736125076d267f5752b10 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Tue, 4 Oct 2022 12:40:19 +0200
Subject: [PATCH] [UPD]Change object email 2

---
 data/mail_data.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/mail_data.xml b/data/mail_data.xml
index 9d55882..eb55481 100644
--- a/data/mail_data.xml
+++ b/data/mail_data.xml
@@ -7,7 +7,7 @@
             <field name="model_id" ref="base.model_res_partner" />
             <field name="subject">Votre espace adhérent ${'list_op' in ctx and ctx['list_op'] or ''}</field>
             <field name="email_to">${object.email}</field>
-            <field name="email_from">"Elocoop ${'list_op' in ctx and ctx['list_op'] or ''}" &lt;app@elo.coop&gt;</field>
+            <field name="email_from">"${'list_op' in ctx and ctx['list_op'] or ''}" &lt;app@elo.coop&gt;</field>
             <field name="body_html" type="html">
                 <table
                     border="0"
-- 
GitLab