Reviewers: ,
Please review this at http://codereview.tryton.org/252001/ 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 @@ -133,8 +133,8 @@ try: rpc.execute('wizard', self.action, 'delete', self.session_id, rpc.CONTEXT) - #XXX to remove when company displayed in status bar - rpc.context_reload() + if self.action == 'ir.module.module.config_wizard': + rpc.context_reload() except TrytonServerError: pass -- [email protected] mailing list
