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.
 
 
 
 
 

27 lines
1.3 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record model="ir.ui.view" id="sale_order_form_view_inherited">
<field name="name">sale.order.form.view.inherited</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<xpath expr="//button[@name='action_quotation_send']" position="after">
<button type="object" class="oe_stat_button" style="background-color: #25D366;color: white;"
name="action_send_whatsapp" icon="fa-whatsapp" string="Send by Whatsapp"/>
</xpath>
</field>
</record>
<record model="ir.ui.view" id="sale_order_list_view_inherited">
<field name="name">sale.order.list.view.inherited</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 type="object" class="btn-primary"
name="action_whatsapp_multi" icon="fa-whatsapp" string="Send by Whatsapp"/>
</header>
</xpath>
</field>
</record>
</odoo>