Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odoo CE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Comunitats Energètiques
Odoo CE
Merge requests
!161
Fix/edit email templates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix/edit email templates
fix/edit-email-templates
into
dev
Overview
6
Commits
11
Pipelines
15
Changes
2
Merged
konykon
requested to merge
fix/edit-email-templates
into
dev
1 year ago
Overview
4
Commits
11
Pipelines
15
Changes
1
Expand
0
0
Merge request reports
Compare
version 2
version 14
f8091026
1 year ago
version 13
5643c004
1 year ago
version 12
c63bb8b4
1 year ago
version 11
f4630e3d
1 year ago
version 10
0fb3a90c
1 year ago
version 9
bf01f4d3
1 year ago
version 8
1091815c
1 year ago
version 7
8f68f555
1 year ago
version 6
eabaed01
1 year ago
version 5
98ffa37f
1 year ago
version 4
4f25fad6
1 year ago
version 3
ed71a812
1 year ago
version 2
bb60a003
1 year ago
version 1
d017692a
1 year ago
dev (base)
and
version 3
latest version
3457801d
11 commits,
1 year ago
version 14
f8091026
11 commits,
1 year ago
version 13
5643c004
10 commits,
1 year ago
version 12
c63bb8b4
10 commits,
1 year ago
version 11
f4630e3d
8 commits,
1 year ago
version 10
0fb3a90c
8 commits,
1 year ago
version 9
bf01f4d3
8 commits,
1 year ago
version 8
1091815c
5 commits,
1 year ago
version 7
8f68f555
5 commits,
1 year ago
version 6
eabaed01
3 commits,
1 year ago
version 5
98ffa37f
3 commits,
1 year ago
version 4
4f25fad6
1 commit,
1 year ago
version 3
ed71a812
1 commit,
1 year ago
version 2
bb60a003
1 commit,
1 year ago
version 1
d017692a
2 commits,
1 year ago
Show latest version
1 file
+
45
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
energy_communities/data/mail_template_update_data.xml
+
45
−
2
Options
@@ -26,7 +26,27 @@
<p>
Hello,
</p>
<p>
Thank you for filling out the form and request to join the Community.
</p>
<p>
In the coming weeks we will contact you to indicate the next steps
</p>
<p>
Here is a copy of the data we received:
</p>
<div
id=
"field_list_div"
style=
"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, 34); background-color: #FFF; "
>
<p>
- Request to join: ${object.company_id.name}
</p>
<p>
- Firstname: ${object.firstname}
</p>
<p>
- Lastname: ${object.lastname}
</p>
<p>
- VAT: ${object.vat}
</p>
<p>
- Address: ${object.address}
</p>
<p>
- Zip code: ${object.zip_code}
</p>
<p>
- City: ${object.city}
</p>
<p>
- Country: ${object.country_id.name}
</p>
<p>
- Email: ${object.email}
</p>
<p>
- Phone: ${(object.phone or '')}
</p>
<p>
- Gender: ${dict(object.fields_get(allfields=['gender'])['gender']['selection'])[object.gender]}
</p>
<p>
- Birthdate: ${object.birthdate}
</p>
<p>
- Language: ${dict(object.fields_get(allfields=['lang'])['lang']['selection'])[object.lang]}
</p>
<p>
- Initial share amount: ${object.subscription_amount}
</p>
% if object.payment_mode_id.payment_method_id.code == 'sepa_direct_debit':
<p>
- Bank account: ${object.iban}
</p>
<p>
- I authorize bank receipts to be sent to this account: ${object.mandate_approved and 'SI' or 'NO'}
</p>
% endif
</div>
<br
/>
<p>
We keep in touch for any questions.
</p>
<p>
Yours faithfully,
</p>
@@ -229,7 +249,30 @@
<p>
Hello,
</p>
<p>
Thank you for filling out the form and request to join the Community.
</p>
<p>
In the coming weeks we will contact you to indicate the next steps
</p>
<p>
Here is a copy of the data we received:
</p>
<div
id=
"field_list_div"
style=
"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 10px; color: rgb(34, 34, 34); background-color: #FFF; "
>
<p>
- Request to join: ${object.company_id.name}
</p>
<p>
- Company Name: ${object.company_name}
</p>
<p>
- Company Email: ${object.company_email}
</p>
<p>
- VAT: ${object.vat}
</p>
<p>
- Address: ${object.address}
</p>
<p>
- Zip code: ${object.zip_code}
</p>
<p>
- City: ${object.city}
</p>
<p>
- Country: ${object.country_id.name}
</p>
<p>
- Firstname: ${object.firstname}
</p>
<p>
- Lastname: ${object.lastname}
</p>
<p>
- Function: ${object.contact_person_function}
</p>
<p>
- Email: ${object.email}
</p>
<p>
- Phone: ${(object.phone or '')}
</p>
<p>
- Gender: ${dict(object.fields_get(allfields=['gender'])['gender']['selection'])[object.gender]}
</p>
<p>
- Birthdate: ${object.birthdate}
</p>
<p>
- Language: ${dict(object.fields_get(allfields=['lang'])['lang']['selection'])[object.lang]}
</p>
<p>
- Initial share amount: ${object.subscription_amount}
</p>
% if object.payment_mode_id.payment_method_id.code == 'sepa_direct_debit':
<p>
- Bank account: ${object.iban}
</p>
<p>
- I authorize bank receipts to be sent to this account: ${object.mandate_approved and 'SI' or 'NO'}
</p>
% endif
</div>
<br
/>
<p>
We keep in touch for any questions.
</p>
<p>
Yours faithfully,
</p>
Loading