← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 595753] Re: [trunk-web-dev] URL link in read mode is wrong

 

** Changed in: openobject-client-web
       Status: Fix Committed => Fix Released

-- 
[trunk-web-dev] URL link in read mode is wrong
https://bugs.launchpad.net/bugs/595753
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: Fix Released

Bug description:
Hello,

On trunk-web-dev rev #2960,
If I edit the Axelor partner and set its website to www.axelor.com,
then if I click on the green link arrow image on the right of field in edition mode, the link works fine.

However, if I show the partner form in read mode (means you don't click on the pencil in the list view), then the field points to a wrong URL that will make the web-client display the following stack trace if you click:

404 Not Found

The path '/openerp/value' was not found.
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 606, in respond
    cherrypy.response.body = self.handler()
  File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/rvalyi/DEV/openerp/openobject-client-web/openobject/tools/_expose.py", line 202, in func_wrapper
    res = func(*args, **kw)
  File "/home/rvalyi/DEV/openerp/openobject-client-web/openobject/controllers/_root.py", line 26, in default
    return request.handler()
  File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cperror.py", line 227, in __call__
    raise self
NotFound: (404, "The path '/openerp/value' was not found.")
Powered by CherryPy 3.1.2



Hope this helps