I have just installed the new OpenERP 8.0 unto my system replacing the existing OpenERP 7.0 on Ubuntu 12.04. I had already downloaded this on my Ubuntu laptop at home and it works very well and wanted to do the same in my office server.
Steps I undertook:
- sudo apt-get remove openerp
- Went to /etc/apt/sources-list and edited it, added the line for to add the new erp dependencies
- sudo apt-get update
- sudo apt-get install openerp
- restart system
- open browser for localhost:8069
But I get an internal error.
Please assist me in solving this problem. If this is a postgresql role problem, please assist on how I can resolve this issue.
Create the odoo user in postgres:
I had the same issue after an install of Odoo 8 on Debian. I read about postgres user creation in Odedra's blog. Creating the odoo user in postgres fixed the server error, the odoo interface appeared on http://localhost:8069.
Creating a postgres user was not specified in the Odoo installation page.
maybe there are more than one process running.