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
1
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
Viewing commit
98ffa37f
Show latest version
1 file
+
2
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
98ffa37f
Send mail to company email
· 98ffa37f
konykon
authored
1 year ago
energy_communities/data/mail_template_data.xml
+
2
−
6
Options
@@ -4,15 +4,11 @@
<record
id=
"email_templ_lead_ce_creation_receipt_confirm_id"
model=
"mail.template"
>
<field
name=
"name"
>
Confirmation Email for CE Creation Lead Receipt
</field>
<field
name=
"email_from"
>
${(object.company_id.coop_email_contact or object.company_id.email)|safe}
</field>
<field
name=
"email_from"
>
${(object.company_id.email)}
</field>
<field
name=
"subject"
>
[Somcomunitats.coop] New Community Creation Request to the platform
</field>
<field
name=
"email_to"
>
${object.email_from}
</field>
<field
name=
"email_cc"
>
${object.company_id.email}
</field>
<field
name=
"reply_to"
>
${(object.company_id.coop_email_contact or object.company_id.email)|safe}
</field>
<field
name=
"reply_to"
>
${(object.company_id.email)}
</field>
<field
name=
"model_id"
ref=
"model_crm_lead"
/>
<field
name=
"auto_delete"
eval=
"True"
/>
<field
name=
"lang"
>
${(object.company_id.default_lang_id.code or object.company_id.partner_id.lang)}
</field>
@@ -121,7+117,7 @@
</div>
]]>
</field>
</record>
<record
id=
"email_templ_lead_request_advise_future_ce_confirm_id"
model=
"mail.template"
>
<field
name=
"name"
>
Confirmation Email for furture CE Contact Request Lead Receipt
</field>
<field
name=
"email_from"
>
Loading