mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2026-01-23 08:21:37 +02:00
add gym module
This commit is contained in:
18
gym/data/email_template.xml
Normal file
18
gym/data/email_template.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<odoo noupdate="1">
|
||||
|
||||
<!-- Email template for send notification on Membership expiration-->
|
||||
<record id="membership_expiration" model="mail.template">
|
||||
<field name="name">Membership Reminder</field>
|
||||
<field name="email_from">${(user.partner_id.email or '')|safe}</field>
|
||||
<field name="subject">Reminder for Membership Expiration</field>
|
||||
<field name="email_to">${(object.email or '')|safe}</field>
|
||||
<field name="model_id" ref="base.model_res_partner"/>
|
||||
<field name="body_html"><![CDATA[
|
||||
<p>Hello,</p>
|
||||
<p>Your Membership will expire within 7 days.
|
||||
Requesting you to do the needful actions.</p>
|
||||
<p>Thank you,</p>]]>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user