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

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

diff --git a/data/mail_data.xml b/data/mail_data.xml
index c7933fc..9d55882 100644
--- a/data/mail_data.xml
+++ b/data/mail_data.xml
@@ -7,8 +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">app@elo.coop</field>
-            <field name="email_from">"Elocoop de la part de ${'list_op' in ctx and ctx['list_op'] or ''}" &lt;app@elo.coop&gt;</field>
+            <field name="email_from">"Elocoop ${'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