[IMP] mail: improved code for partener view

bzr revid: tpa@tinyerp.com-20120516062420-sqvyjlszrbrmsbyn
This commit is contained in:
Turkesh Patel (Open ERP) 2012-05-16 11:54:20 +05:30
parent c35f83b78e
commit 83274f5018
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,6 @@
<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" colspan="4" widget="ThreadView" nolabel="1"
options='{"thread_level": 1}'/>
</xpath>
</field>
</record>
<record id="view_emails_partner_info_form" model="ir.ui.view">
@ -27,6 +23,10 @@
<page string="History" position="inside">
<field name="emails" colspan="4" nolabel="1"/>
</page>
<xpath expr="/form/notebook" position="after">
<field name="message_ids" colspan="4" widget="ThreadView" nolabel="1"
options='{"thread_level": 1}'/>
</xpath>
</field>
</record>