コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4349 ビュー

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)

アバター
破棄
関連投稿 返信 ビュー 活動
1
2月 17
4430
2
5月 16
17109
1
3月 15
7319
0
3月 15
5242
2
11月 24
44435