[IMP] sale_crm: Change the icon of the Create Order in the wizard

bzr revid: stephane@openerp.com-20100519132443-xnas6shpnk86aadi
This commit is contained in:
Stephane Wirtel 2010-05-19 15:24:43 +02:00
parent 36538c54ef
commit a60a2ac216
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class make_sale(wizard.interface):
'init': {
'actions': [_selectPartner],
'result': {'type': 'form', 'arch': sale_form, 'fields': sale_fields,
'state' : [('end', 'Cancel', 'gtk-cancel'),('order', 'Create Quote', 'gtk-go-forward')]}
'state' : [('end', 'Cancel', 'gtk-cancel'),('order', 'Create', 'gtk-apply')]}
},
'order': {
'actions': [],