correct states (to check)

bzr revid: christophe@tinyerp.com-20080902140645-cu2vfaw3b8poeyzs
This commit is contained in:
Christophe Simonis 2008-09-02 16:06:45 +02:00
parent 0a4430c53a
commit e100f14acc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class create_model(wizard.interface):
},
'endit': {
'actions': [],
'result': {'type':'form', 'arch':'', 'fields':{}, 'state':'end'}
'result': {'type':'form', 'arch':'', 'fields':{}, 'state':[('end','OK')]} #FIXME: check
},
}
create_model('create.model')