Skip to content

Commit

Permalink
Merge PR #2815 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by thomaspaulb
  • Loading branch information
OCA-git-bot committed Feb 2, 2024
2 parents 4b4eb6c + 8417b24 commit 1eb41c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tracking_manager/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@


def format_m2m(records):
return "; ".join(records.mapped("display_name"))
if records:
return "; ".join(records.mapped("display_name"))
return ""

0 comments on commit 1eb41c1

Please sign in to comment.