[IMP] mail_tracking: Put button box at the end of the view

For giving more priority to other buttons like the invoices one.
pull/313/head
Pedro M. Baeza 2018-09-24 19:12:21 +02:00
parent eebc8e5adf
commit e0437e0ce2
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<record model="ir.ui.view" id="view_partner_form">
<field name="name">Partner Form with tracking emails</field>
<field name="model">res.partner</field>
<field name="sequence">46</field>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml">
<div name="button_box" position="inside">