I download and install odoo 13 on its official community version page, then when I install everything fine and I start odoo, the browser opens with the localhost 8069 that is the odoo port and it doesn't open anything, the server just doesn't Starts
I running odoo-bin in this is my error logs:
Odoo could not connect to PostgreSQL, so you need to create a new user. You can check the PostgreSQL configuration when starting Odoo from source on Windows (Listed below).
PostgreSQLOdoo uses PostgreSQL as database management system. Download and install PostgreSQL (supported version: 10.0 and later).
By default, the only user is postgres
but Odoo forbids connecting as postgres
, so you need to
create a new PostgreSQL user:
bin
directory (by default: C:\Program Files\PostgreSQL<version>\bin
) to
your PATH
.Create a postgres user with a password using the pg admin gui:
odoo
).odoo
), then click Save.Yes
and Create database? to
Yes
.