Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1253 มุมมอง

I'm looking for guidance on how to customize the welcome message displayed by Odoobot in the #general channel. The current message is:

"Subject: Welcome to odoo! 
Welcome to the #general channel This channel is accessible to all users to easily share company information"

Could someone kindly walk me through the steps to modify this welcome text? Your assistance is highly appreciated.

Thank you!

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

This is added in addons/mail_bot/models/res_users.py
under a function called

def _init_odoobot(self):

inherit this function and made your changes


อวตาร
ละทิ้ง