Skip to content
Snippets Groups Projects
Commit 1201ee79 authored by konykon's avatar konykon
Browse files

Create confirmation email template for general contact

parent b378dcaf
No related branches found
No related tags found
3 merge requests!239Draft: [REL] energy_communities: dependency energy_selfconsumption bump to,!229Imp/ce source general contact,!227[REL] Release 16/10/23
......@@ -177,5 +177,28 @@
]]></field>
</record>
<record id="email_templ_contact_platform_confirm_id" model="mail.template">
<field name="name">Confirmation Email Contact Platform Receipt</field>
<field name="email_from">${object.company_id.email}</field>
<field name="subject">[Somcomunitats.coop] Contact to the platform</field>
<field name="email_to">${ctx.get('email_to')}</field>
<field name="model_id" ref="model_crm_lead" />
<field name="auto_delete" eval="False" />
<field name="lang">${ctx.get('lang')}</field>
<field
name="body_html"
><![CDATA[
<div style="font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; ">
<p>Hello,</p>
<p>Thank you for getting in touch.</p>
<p>We have received your email. We will contact you as soon as possible.</p>
<br />
<p>Yours faithfully,</p>
<p>Somcomunitats.coop team </p>
<p><a href="https://web-test.somcomunitats.coop/recursos/">Resources and FAQs</a></p>
</div>
]]></field>
</record>
</data>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment