Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acc_operation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Le Filament
Opération Auto-Consommation Collective
acc_operation
Commits
9bdf8e0e
Commit
9bdf8e0e
authored
2 years ago
by
Juliana
Browse files
Options
Downloads
Patches
Plain Diff
[ADD]Add no reply email
parent
76631b31
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/mail_data.xml
+11
-4
11 additions, 4 deletions
data/mail_data.xml
with
11 additions
and
4 deletions
data/mail_data.xml
+
11
−
4
View file @
9bdf8e0e
...
...
@@ -6,14 +6,21 @@
<record
id=
"email_template_document"
model=
"mail.template"
>
<field
name=
"name"
>
ACC: Dépôt d'un nouveau document
</field>
<field
name=
"model_id"
ref=
"acc_operation.model_res_partner"
/>
<field
name=
"email_from"
>
"${'operation_id' in ctx and ctx['operation_id'] or ''}"
<
app@elo.coop
>
</field>
<field
name=
"email_from"
>
"${'operation_id' in ctx and ctx['operation_id'] or ''}"
<
app@elo.coop
>
</field>
<field
name=
"email_to"
>
${object.email_formatted | safe}
</field>
<field
name=
"subject"
>
Nouveau document sur votre espace adhérent ${'operation_id' in ctx and ctx['operation_id'] or ''}
</field>
<field
name=
"reply_to"
>
"Elocoop"
<
bonjour@elo.coop
>
</field>
<field
name=
"subject"
>
Nouveau document sur votre espace adhérent ${'operation_id' in ctx and ctx['operation_id'] or ''}
</field>
<field
name=
"body_html"
type=
"html"
>
<div
style=
"margin: 0px; padding: 0px;"
>
<p
style=
"margin: 0px; padding: 0px; font-size: 13px;"
>
Bonjour ${object.firstname or ''} ${object.lastname or ''},
<br
/><br
/>
Un nouveau document a été déposé sur votre espace adhérent.
<br/>
Bonjour ${object.firstname or ''} ${object.lastname or ''},
<br
/><br
/>
Un nouveau document a été déposé sur votre espace adhérent.
<br
/>
Pour le consulter, rendez-vous sur
<a
href=
"https://app.elo.coop/"
>
https://app.elo.coop/
</a>
.
<br
/><br
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment