Hello Sickle, I have tried with latest code and wizard with URL works quite normal. Would you please recheck?
Thanks. -- [trunk] url wizard action not working https://bugs.launchpad.net/bugs/668496 You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. Status in OpenObject Web Client: New Bug description: I have a wizard that, when we click on a button, should open an URL on a new page. This button returns an "ir.actions.act_url" action with the url. The action executes well on the server, but the page is never shown in the browser. After investigation, it looks like that the problem comes from jQuery. So it is my patch : web/addons/openerp/static/javascript/wizard.js Line 56: - jQuery(form).submit(); + form.submit(); _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

