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...
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
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) 
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|  | 1 fev. 17  | 4974 | ||
|  | 2 mai. 16  | 17687 | ||
|  | 1 mar. 15  | 7833 | ||
|  | 0 mar. 15  | 5599 | ||
|  | 2 nov. 24  | 45533 |