Skip to content
Snippets Groups Projects
Commit fdd8d616d0c1 authored by Maxime Richez's avatar Maxime Richez
Browse files

Add confirmation on all buttons that can not be undone

issue5258
review271141002
parent 167fe4b9d089
No related merge requests found
......@@ -121,7 +121,7 @@
<record model="ir.model.button" id="mandate_cancel_button">
<field name="name">cancel</field>
<field name="string">Cancel</field>
<field name="confirm">Are you sure to cancel the mandate?</field>
<field name="confirm">Are you sure you want to cancel the mandate?</field>
<field name="model"
search="[('model', '=', 'account.payment.sepa.mandate')]"/>
</record>
......@@ -265,6 +265,7 @@
<record model="ir.model.button" id="message_cancel_button">
<field name="name">cancel</field>
<field name="string">Cancel</field>
<field name="confirm">Are you sure you want to cancel the messages?</field>
<field name="model"
search="[('model', '=', 'account.payment.sepa.message')]"/>
</record>
......@@ -286,6 +287,7 @@
<record model="ir.model.button" id="message_do_button">
<field name="name">do</field>
<field name="string">Do</field>
<field name="confirm">Are you sure you want to process the messages?</field>
<field name="model"
search="[('model', '=', 'account.payment.sepa.message')]"/>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment