add uuid to first message

This commit is contained in:
Oliver
2025-10-18 12:03:03 -03:00
parent 08e01e17bb
commit 2a75bb6b40

View File

@@ -227,7 +227,7 @@ Please note: it does not cover general Odoo usage or functional questions.
// show user message
if (firstMessage) {
text = `${text} $uuid:${uuid}`;
text = `${uuid}: ${text}`;
firstMessage = false;
}
if(text.toLowerCase().startsWith('/ticket')){