Skip to content

Commit

Permalink
Merge pull request #32 from Eficent/11.0-fix-project_task_report
Browse files Browse the repository at this point in the history
[11.0][FIX] project_task_report: some users are not able to print tracking values.
  • Loading branch information
pedrobaeza committed Dec 17, 2018
2 parents 3a20820 + 179c779 commit af3b968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_task_report/views/project_task_chatter_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div t-if="msg.subject"><span t-field="msg.subject"/>: </div>
<div t-if="msg.message_type == 'notification'">
<span t-field="msg.subtype_id.name"/>
<t t-foreach='msg.tracking_value_ids' t-as='value'>
<t t-foreach='msg.sudo().tracking_value_ids' t-as='value'>
<li>
<t t-esc="value.field_desc"/>:
<span> <t t-esc="value.new_value_char"/> </span>
Expand Down

0 comments on commit af3b968

Please sign in to comment.