You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
501 B
12 lines
501 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<record id="view_partner_form" model="ir.ui.view">
|
|
<field name="model">res.partner</field>
|
|
<field name="inherit_id" ref="mail.view_emails_partner_info_form" />
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//div[@class='oe_chatter']/field[@name='message_follower_ids']" position="after">
|
|
<field name="activity_ids" widget="mail_activity" />
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|