|
3 | 3 | <data noupdate="1">
|
4 | 4 | <!-- Email template for reset password -->
|
5 | 5 | <record id="reset_password_email" model="mail.template">
|
6 |
| - <field name="name">Auth Signup: Reset Password</field> |
| 6 | + <field name="name">Settings: User Reset Password</field> |
7 | 7 | <field name="model_id" ref="base.model_res_users"/>
|
8 | 8 | <field name="subject">Password reset</field>
|
9 | 9 | <field name="email_from">"{{ object.company_id.name }}" <{{ (object.company_id.email or user.email) }}></field>
|
10 | 10 | <field name="email_to">{{ object.email_formatted }}</field>
|
| 11 | + <field name="description">Sent to user who requested a password reset</field> |
11 | 12 | <field name="body_html" type="html">
|
12 | 13 | <table border="0" cellpadding="0" cellspacing="0" style="padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;"><tr><td align="center">
|
13 | 14 | <table border="0" cellpadding="0" cellspacing="0" width="590" style="padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;">
|
|
98 | 99 |
|
99 | 100 | <!-- Email template for new users -->
|
100 | 101 | <record id="set_password_email" model="mail.template">
|
101 |
| - <field name="name">Auth Signup: Odoo Connection</field> |
| 102 | + <field name="name">Settings: New Portal Signup</field> |
102 | 103 | <field name="model_id" ref="base.model_res_users"/>
|
103 | 104 | <field name="subject">{{ object.create_uid.name }} from {{ object.company_id.name }} invites you to connect to Odoo</field>
|
104 | 105 | <field name="email_from">"{{ object.company_id.name }}" <{{ (object.company_id.email or user.email) }}></field>
|
105 | 106 | <field name="email_to">{{ object.email_formatted }}</field>
|
| 107 | + <field name="description">Sent to new user after you invited them</field> |
106 | 108 | <field name="body_html" type="html">
|
107 | 109 | <table border="0" cellpadding="0" cellspacing="0" style="padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;"><tr><td align="center">
|
108 | 110 | <table border="0" cellpadding="0" cellspacing="0" width="590" style="padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;">
|
|
193 | 195 |
|
194 | 196 | <!-- Email template for reminder of unregistered users -->
|
195 | 197 | <record id="mail_template_data_unregistered_users" model="mail.template">
|
196 |
| - <field name="name">Auth Signup: Unregistered Users</field> |
| 198 | + <field name="name">Settings: Unregistered User Reminder</field> |
197 | 199 | <field name="model_id" ref="base.model_res_users"/>
|
198 | 200 | <field name="subject">Reminder for unregistered users</field>
|
199 | 201 | <field name="email_from">{{ object.company_id.partner_id.email_formatted }}</field>
|
200 | 202 | <field name="email_to">{{ object.email_formatted }}</field>
|
| 203 | + <field name="description">Sent automatically to admin if new user haven't responded to the invitation</field> |
201 | 204 | <field name="body_html" type="html">
|
202 | 205 | <table border="0" cellpadding="0" cellspacing="0" style="background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;"><tr><td align="center">
|
203 | 206 | <table border="0" cellpadding="0" cellspacing="0" width="590" style="padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;">
|
|
244 | 247 |
|
245 | 248 | <!-- Email template for new users that used a signup token -->
|
246 | 249 | <record id="mail_template_user_signup_account_created" model="mail.template">
|
247 |
| - <field name="name">Auth Signup: Odoo Account Created</field> |
| 250 | + <field name="name">Settings: New User Invite</field> |
248 | 251 | <field name="model_id" ref="base.model_res_users"/>
|
249 | 252 | <field name="subject">Welcome to {{ object.company_id.name }}!</field>
|
250 | 253 | <field name="email_from">"{{ object.company_id.name }}" <{{ (object.company_id.email or user.email) }}></field>
|
251 | 254 | <field name="email_to">{{ object.email_formatted }}</field>
|
| 255 | + <field name="description">Sent to portal user who registered themselves</field> |
252 | 256 | <field name="body_html" type="html">
|
253 | 257 | <table border="0" cellpadding="0" cellspacing="0" style="padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;"><tr><td align="center">
|
254 | 258 | <table border="0" cellpadding="0" cellspacing="0" width="590" style="padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;">
|
|
0 commit comments