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.
 
 
 
 
 

18 lines
779 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="sale_order_view_tree" model="ir.ui.view">
<field name="name">sale.order.view.tree</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_quotation_tree_with_onboarding"/>
<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>