← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 803479] [NEW] Wizard with field binary always display loading

 

Public bug reported:

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 an 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)

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

** Affects: openobject-client-web/6.0
     Importance: Undecided
         Status: New


** Tags: binary close wizard

** Also affects: openobject-client-web/6.0
   Importance: Undecided
       Status: New

** Description changed:

  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"
+ 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 an 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)

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/803479

Title:
  Wizard with field binary always display loading

Status in OpenERP Web Client:
  New
Status in OpenERP Web Client 6.0 series:
  New

Bug description:
  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 an 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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/803479/+subscriptions


Follow ups

References