[IMP] Improved code

bzr revid: tpa@tinyerp.com-20120508052925-s6p3792ejf525c0u
This commit is contained in:
Turkesh Patel (Open ERP) 2012-05-08 10:59:25 +05:30
parent 0eeb17083e
commit 38164fb5ed
2 changed files with 3 additions and 4 deletions

View File

@ -45,7 +45,6 @@ class res_partner(osv.osv):
limit=limit, offset=offset, context=context)
if (ascent): msg_ids = self._message_add_ancestor_ids(cr, uid, ids, msg_ids, root_ids, context=context)
return msg_ids
res_partner()
res_partner()

View File

@ -12,10 +12,10 @@
<xpath expr="/form/notebook/page[@string='History']" position="attributes">
<attribute name="invisible">False</attribute>
</xpath>
<xpath expr="/form/notebook" position="after">
<field name="message_ids_social" colspan="4" widget="ThreadView" nolabel="1"/>
</xpath>
</field>
<xpath expr="/form/notebook" position="after">
<field name="message_ids" colspan="4" widget="ThreadView" nolabel="1"/>
</xpath>
</record>
<record id="view_emails_partner_info_form" model="ir.ui.view">
<field name="name">res.partner.emails.info.inherit</field>