← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 702410] [NEW] [trunk version 4305] Wizard with return a action url dont work

 

Public bug reported:

In add/openerp/controllers/wizard.py

Class Wizard
Function  execute
Line 129

action return

act_res = u'<script type="text/javascript">\n
window.open(\'/medical/map/get?ids=[28, 32, 1]\')\n
</script>\n"

but i look in code and act_res never used, i add a

return act_res

, and now new table open like i want.

But .... dunno the impact of this on other function, i let you decide
how solve the problem, but if no "return act_res" the action url never
executed.


Is a major bug for us, because we use that to locate all partner on a google map, at the moment is impossible to locate partner.

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

-- 
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/702410

Title:
  [trunk version 4305] Wizard with return a action url dont work

Status in OpenObject Web Client:
  New

Bug description:
  In add/openerp/controllers/wizard.py

  Class Wizard
  Function  execute
  Line 129

  action return

  act_res = u'<script type="text/javascript">\n
  window.open(\'/medical/map/get?ids=[28, 32, 1]\')\n
  </script>\n"

  but i look in code and act_res never used, i add a

  return act_res

  , and now new table open like i want.

  But .... dunno the impact of this on other function, i let you decide
  how solve the problem, but if no "return act_res" the action url never
  executed.

  
  Is a major bug for us, because we use that to locate all partner on a google map, at the moment is impossible to locate partner.





Follow ups

References