[IMP] rename message_ids_social to message_ids.

bzr revid: tpa@tinyerp.com-20120515084229-loi098x0yrfyvq46
This commit is contained in:
Turkesh Patel (Open ERP) 2012-05-15 14:12:29 +05:30
parent ae1d0c02a2
commit aee88a31e7
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<attribute name="invisible">False</attribute>
</xpath>
<xpath expr="/form/notebook" position="after">
<field name="message_ids_social" colspan="4" widget="ThreadView" nolabel="1"/>
<field name="message_ids" colspan="4" widget="ThreadView" nolabel="1"/>
</xpath>
</field>
</record>

View File

@ -310,7 +310,7 @@
</group>
</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"/>
</div>
</form>
</field>