[FIX] Bug 341187 : Corrected sign in/out wizard

bzr revid: jvo@tinyerp.com-20090312050732-i6zlmka7qfmyawk3
This commit is contained in:
Jay (Open ERP) 2009-03-12 10:37:32 +05:30
parent 2dd779825c
commit 7a2fb84688
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def _state_check(self, cr, uid, data, context):
class wiz_si_so(wizard.interface):
states = {
'init' : {
'actions' : [],
'actions' : [_get_empid],
'result' : {'type' : 'choice', 'next_state': _state_check}
},
'sign_out' : { # this means sign_in...