I'm running the openerp-web server on a local network and have set up the IP address to the machine's fixed IP (192.168.0.5).
I can access from other machine via 192.168.0.5:8080
From the welcome page, when I log in: ok.
From the welcome page, when I click on "databases", the URL of the page is directed to
http://127.0.0.1:8080/database/ (instead of
http://192.168.0.5:8080/database).
This also happens with some operations when I'm connected to a database (e.g. when trying to change user preferences).
I can get back to the target page by replacing the address in the URL but this is not a viable solution.
Am I something missing in the web server setup?