how can i add a confirm message to the "Confirm" Button of Sale Order?
i tried to inherit from sale.view_order_form and add:
<xpath expr="//button[@name='action_confirm']" position="replace">
<attribute name="confirm">Pleas confirm........</attribute>
</xpath>
but without success
how can i add such a confirm message to this button?