Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda

Hello everyone,

I use odoo enterprise v17 and am limited to customizations via odoo studio. I would like to leave a message in Chatter via an automated action, which is already working. Is it also possible to use the @ mention feature in such automatically generated messages? Here is my code snippet:


record.message_subscribe(partner_ids=partner_ids_to_add)
mention_message = f"@{responsible_user.partner_id.name}: I have [...]"
record.message_post(
​body= mention_message
​message_type='comment'
)


Cheers

Joshua

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Feb 22
2203
2
Okt 20
2102
2
Nov 21
2693
1
Okt 21
6554
0
Agu 22
3246