Newer
Older
<!-- Account Invoice Form - Trigger validation -->
<record model="ir.ui.view" id="lf_invoice_form">
<field name="name">account.invoice.form</field>
<xpath expr="//button[@name='action_post']" position="attributes">
<attribute name="confirm">Do you want to confirm this invoice ?</attribute>
</xpath>
</field>
</record>