mirror of https://github.com/OCA/social.git
[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
parent
eebc8e5adf
commit
e0437e0ce2
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue