Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
9
tracking_manager/tools.py
Executable file
9
tracking_manager/tools.py
Executable file
@@ -0,0 +1,9 @@
|
||||
# Copyright 2023 Akretion (https://www.akretion.com).
|
||||
# @author Sébastien BEAU <sebastien.beau@akretion.com>
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
|
||||
def format_m2m(records):
|
||||
if records:
|
||||
return "; ".join(records.mapped("display_name"))
|
||||
return ""
|
||||
Reference in New Issue
Block a user