Reviewers: ,
Please review this at http://codereview.tryton.org/534002/ 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 @@ -349,6 +349,7 @@ dialog = self.page if (hasattr(dialog, 'screen') and dialog.screen.current_record + and self.sensible_widget != main.window and self.ids): dialog.screen.reload(self.ids, written=True) -- [email protected] mailing list
