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.
 
 
 
 
 

14 lines
682 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record model="ir.ui.view" id="account_move_form_view_inherited">
<field name="name">account.move.form.view.inherited</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form"/>
<field name="arch" type="xml">
<xpath expr="//button[@name='preview_invoice']" 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>
</odoo>