[IMP] Set icons to state of wizards
[odoo/odoo.git] / addons / account / wizard / wizard_statement_from_invoice.py
index 92d33f3..6e9f912 100644 (file)
@@ -176,8 +176,8 @@ class PopulateStatementFromInv(wizard.interface):
                 'arch': FORM,
                 'fields': FIELDS,
                 'state': [
-                    ('end', '_Cancel','', True),
-                    ('finish', 'O_k','', True)
+                    ('end', '_Cancel','', True, 'gtk-cancel'),
+                    ('finish', 'O_k','', True, 'gtk-ok')
                 ]
             },
         },