Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Board Alerts
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
XCG
Odoo modules
Board Alerts
Commits
85f6da06608e
Commit
85f6da06608e
authored
10 months ago
by
aronabencherif.diatta@xcg.africa
Browse files
Options
Downloads
Patches
Plain Diff
Fix the update of the 'email_from' field in the email template
parent
52bf2e94b20e
No related branches found
No related tags found
1 merge request
!7
Fix the update of the 'email_from' field in the email template
Pipeline
#84604
passed
10 months ago
Stage: build
Stage: test
Stage: doc
Stage: deploy
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS.rst
+5
-0
5 additions, 0 deletions
NEWS.rst
__manifest__.py
+1
-1
1 addition, 1 deletion
__manifest__.py
data/board_alerts_email_template.xml
+1
-1
1 addition, 1 deletion
data/board_alerts_email_template.xml
with
7 additions
and
2 deletions
NEWS.rst
+
5
−
0
View file @
85f6da06
Changelog
=========
16.0.1.0.2
----------
* Fix the update of the 'email_from' field in the email template
16.0.1.0.1
----------
...
...
This diff is collapsed.
Click to expand it.
__manifest__.py
+
1
−
1
View file @
85f6da06
...
...
@@ -24,7 +24,7 @@
to summarize the contents of a dashboard.
"""
,
"
license
"
:
"
AGPL-3
"
,
"
version
"
:
"
16.0.1.0.
1
"
,
"
version
"
:
"
16.0.1.0.
2
"
,
"
category
"
:
"
Tools
"
,
"
author
"
:
"
XCG Consulting
"
,
"
website
"
:
"
https://orbeet.io/
"
,
...
...
This diff is collapsed.
Click to expand it.
data/board_alerts_email_template.xml
+
1
−
1
View file @
85f6da06
...
...
@@ -16,7 +16,7 @@
</div>
</field>
<field
name=
"email_from"
>
{{ object.company_id.name and
<
object.company_id.email
>
or object.company_id.name or ''}}
{{
(
object.company_id.name and
'"%s"
<
%s
>
' % (object.company_id.name,
object.company_id.email
)
or object.company_id.name or ''
)
}}
</field>
<field
name=
"partner_to"
>
{{ object.partner_id.id }}
</field>
<field
name=
"email_to"
>
{{ object.email_formatted }}
</field>
...
...
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