changeset ad4f23a08e24 in modules/production:default
details: 
https://hg.tryton.org/modules/production?cmd=changeset;node=ad4f23a08e24
description:
        Add confirmation on all buttons that can not be undone

        issue5258
        review271141002
diffstat:

 production.xml |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 7e1d82d2ea0f -r ad4f23a08e24 production.xml
--- a/production.xml    Sat Apr 13 12:42:37 2019 +0200
+++ b/production.xml    Sun Apr 14 16:36:00 2019 +0200
@@ -250,6 +250,7 @@
         <record model="ir.model.button" id="production_done_button">
             <field name="name">done</field>
             <field name="string">Done</field>
+            <field name="confirm">Are you sure you want to complete the 
production?</field>
             <field name="model"
                 search="[('model', '=', 'production')]"/>
         </record>

Reply via email to