[IMP] Improve layout
[odoo/odoo.git] / addons / hr_timesheet_invoice / wizard / hr_timesheet_final_invoice_create.py
index 9f3a3ae..1f9efe9 100644 (file)
@@ -187,7 +187,7 @@ class final_invoice_create(wizard.interface):
     states = {
         'init' : {
             'actions' : [_get_defaults],
-            'result' : {'type':'form', 'arch':_create_form, 'fields':_create_fields, 'state': [('end','Cancel'),('create','Create invoices')]},
+            'result' : {'type':'form', 'arch':_create_form, 'fields':_create_fields, 'state': [('end','Cancel', 'gtk-cancel'),('create','Create invoices', 'gtk-ok')]},
         },
         'create' : {
             'actions' : [],