İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
4253 Görünümler

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...

Avatar
Vazgeç
En İyi Yanıt

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)

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Şub 17
4346
2
May 16
16987
1
Mar 15
7216
0
Mar 15
5145
2
Kas 24
44236