Reviewers: udono, timitos3000, ced,
Please review this at http://codereview.tryton.org/194002/
Affected files:
M tryton/gui/window/wizard.py
Index: tryton/gui/window/wizard.py
===================================================================
--- a/tryton/gui/window/wizard.py
+++ b/tryton/gui/window/wizard.py
@@ -97,7 +97,7 @@
self.end()
Action._exec_action(res['action'], self.datas,
context=ctx)
if self.state == 'end' or (
- res['action']['type'] == 'ir.action.wizard'
+ res['action'] == 'ir.action.wizard'
and not sensitive_widget.props.sensitive):
return
elif res['type'] == 'print':
--
[email protected] mailing list