Skip to content

Commit

Permalink
[FIX] helpdesk_mgmt: Use the partner name instead of the internal use…
Browse files Browse the repository at this point in the history
…r one
  • Loading branch information
ypapouin committed May 16, 2023
1 parent 674e445 commit 6150f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpdesk_mgmt/data/helpdesk_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
name="body_html"
><![CDATA[<html>
<div>
<p>Hello ${object.user_id.name},</p>
<p>The ticket "${object.display_name}" stage has changed to ${object.stage_id.name}.</p>
<p>Hello ${object.partner_id.name or ''},</p>
<p>The ticket "${object.display_name or 'n/a'}" stage has changed to: ${object.stage_id.name}.</p>
</div>
]]>
</field>
Expand Down

0 comments on commit 6150f6f

Please sign in to comment.