[IMP] mail: mail_group chatter placeholder improvement.

bzr revid: tde@openerp.com-20130226100206-yqzmnn02yfupd438
This commit is contained in:
Thibault Delavallée 2013-02-26 11:02:06 +01:00
parent 4d7579b357
commit 94c07f4d6e
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers" groups="base.group_user"/>
<field name="message_ids" widget="mail_thread" options='{"thread_level": 1}' placeholder="Send a message to the group..."/>
<field name="message_ids" widget="mail_thread" options='{"thread_level": 1}' placeholder="Send a message to the group"/>
</div>
</form>
</field>