Skip to content

Commit

Permalink
Merge PR #774 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jul 20, 2023
2 parents 0115fe4 + c938db0 commit a287d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_comment_template/models/base_comment_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def name_get(self):
item.name, dict(self._fields["position"].selection).get(item.position)
)
if self.env.context.get("comment_template_model_display"):
name += " (%s)" % ", ".join(item.model_ids.mapped("name"))
name += " (%s)" % ", ".join(item.sudo().model_ids.mapped("name"))
res.append((item.id, name))
return res

Expand Down

0 comments on commit a287d9e

Please sign in to comment.