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.
 
 
 
 
 

23 lines
949 B

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- Override the purchase order quotation view -->
<record id="purchase_order_kpis_tree" model="ir.ui.view">
<field name="name">
purchase.order.view.tree.inherit.multiple.order.confirm
</field>
<field name="model">purchase.order</field>
<field name="inherit_id" ref="purchase.purchase_order_kpis_tree"/>
<field name="arch" type="xml">
<xpath expr="//tree" position="inside">
<header>
<button class="btn-primary" name="action_multi_confirm"
type="object"
string="Confirm Orders"/>
<button class="btn-secondary" name="action_multi_cancel"
type="object"
string="Cancel Orders"/>
</header>
</xpath>
</field>
</record>
</odoo>