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.

17 lines
703 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <!--
  4. Copyright 2016 Odoo SA <https://www.odoo.com>
  5. Copyright 2018 Eficent <http://www.eficent.com>
  6. License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  7. -->
  8. <record id="view_partner_form" model="ir.ui.view">
  9. <field name="model">res.partner</field>
  10. <field name="inherit_id" ref="mail.view_emails_partner_info_form" />
  11. <field name="arch" type="xml">
  12. <xpath expr="//div[@class='oe_chatter']/field[@name='message_follower_ids']" position="after">
  13. <field name="activity_ids" widget="mail_activity" />
  14. </xpath>
  15. </field>
  16. </record>
  17. </odoo>