c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12893
[Bug 702410] Re: [trunk version 4305] Wizard with return a action url dont work
** Branch linked: lp:openobject-client-web
--
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:
Fix Released
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.
References