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.
 
 
 
 
 

21 lines
813 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Agreement Smart Button-->
<record id="view_partner_form" model="ir.ui.view">
<field name="name">
res.partner.view.form.inherit.purchase.recurring.orders
</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="priority" eval="20"/>
<field name="arch" type="xml">
<xpath expr="//div[@name='button_box']" position="inside">
<button name="action_purchase_agreement"
type="object"
class="oe_stat_button"
icon="fa-file-text-o"
string="Agreements"/>
</xpath>
</field>
</record>
</odoo>