Skip to content

Commit

Permalink
email layout
Browse files Browse the repository at this point in the history
  • Loading branch information
toyrobot committed Aug 17, 2024
1 parent 0abf6d2 commit 0fa77cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bankayma_account/data/mail_template_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@

<!-- From -->
<t t-set="email_from">
<t t-esc="object.user_id.email and '%s <%s>' % (object.user_id.name, object.user_id.email) or ''" />
<t t-esc="object.user_id.email or ''" />
</t>

<!-- To -->
Expand Down

0 comments on commit 0fa77cd

Please sign in to comment.