Comment 0 for bug 803479

Revision history for this message
Christophe CHAUVET (christophe-chauvet) wrote :

In 6.0 Rev 4647
I have a wizard with field binary, when click on a button to launch treatement and the function associate return and act_window_close, the wizard never close and always display "Loading"

to reproduce problem, go to /bin/addons/base/module/wizard/base_import_language.py

and replace line 62 with

return {}

by

return {'type': 'ir.actions.act_window_close'}

And execute this wizard on the web client (works correctly on the GTK-Client)