Installation instructions ------------------------- Once installed, the package has created an "odoo" user both in the system and in PostgreSQL. The PostgreSQL user has the right to create new databases. There's an "oca-core" systemd service starting the required processes (both web server and cron workers). To be able to leverage Odoo's ability to create the initial database, you must define an administrator password in /etc/odoo/odoo.conf with the "admin_passwd" setting. Then use this password to identify yourself in the web interface: http://localhost:8069 Once the require database has been created, you should likely restrict the set of database accessible to Odoo with the "db_filter" setting. See http://www.odoo.com/documentation/11.0/setup/deploy.html for details.