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

when we add new user, we get a message under My Groups --> Whole company ...

i.e. Welcome to XYZ! Please help him/her take the first steps with OpenERP!

now i want to remove the text "OpenERP!" ....

is this possible...????

please let me know...

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

You need to edit the message in the file [OpenERP root dir]/openerp/addons/hr/hr.py.


In my installation it is line 227....

self.pool.get('mail.group').message_post(cr, uid, [mail_group_id], 
body=_('Welcome to %s! Please help them take their first steps with OpenERP!') % (employee.name),
subtype='mail.mt_comment', context=context)

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.พ. 17
4492
2
พ.ค. 16
17157
1
มี.ค. 15
7367
0
มี.ค. 15
5287
2
พ.ย. 24
44526