[FIX] mail_group: fixed a remaining message_ids_social trying to play 'survivor'.

bzr revid: tde@openerp.com-20120606085242-289byf7jfpmt8mm5
This commit is contained in:
Thibault Delavallée 2012-06-06 10:52:42 +02:00
parent 736644fd43
commit 5993e382c4
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
</script>
</sheet>
<div class="oe_form_sheet_width">
<field name="message_ids_social" colspan="4" widget="ThreadView" nolabel="1"
<field name="message_ids" colspan="4" widget="ThreadView" nolabel="1"
options='{"thread_level": 1}'/>
</div>
</form>