Odoo

From ERP to CRM, eCommerce to CMS

Odoo is an all-in-one business management suite of mobile-friendly web apps that integrates everything you need to grow your business: CRM, website content management, project management, human resources, accounting, invoicing and more. Odoo apps integrate seamlessly to provide a full-featured open source ERP, but can also be used stand-alone.

This appliance includes all the standard features in TurnKey Core:

  • Odoo v14 installed from 3rd party (official) Odoo apt repo.
  • Includes all base modules from base install of Odoo.
  • Security note Updates to Odoo may require supervision so they ARE NOT configured to install automatically. See below for updating Odoo.
  • SSL support out of the box.
  • Adminer administration frontend for PostgreSQL (listening on port 12322 - uses SSL).
  • Webmin modules for configuring Apache2, PHP and PostgreSQL.

For a roadmap on where this appliance is heading, visit the upstream branch of the Odoo TKL build code and the release roadmap on Github

Notice for speciall Odoo Localization
In case that you run a L10n Odoo Localization you will need other PIP Packages and Libs installed on your system, please check your localization support on OCA.

Usage details & Logging in for Administration

  • Odoo Master Account: admin

No default passwords: For security reasons there are no default passwords. All passwords are set at system initialization time.

Ignore SSL browser warning: browsers don't like self-signed SSL certificates, but this is the only kind that can be generated automatically without paying a commercial Certificate Authority.

Web - point your browser at either:

  1. http://12.34.56.789/ - not encrypted so no browser warning
  2. https://12.34.56.789/ - encrypted with self-signed SSL certificate

Username for database administration:

Login as PostgreSQL username postgres at

  1. https://12.34.56.789:12322/ - Adminer database management web app
  2. PostgreSQL command line tool:
    $ psql -U postgres -h localhost
    Password for user postgres:
    Type "help" for help.
    
    postgres=#
    

Username for OS system administration:

Login as root except on AWS marketplace which uses username admin.

  1. Point your browser to:
  2. Login with SSH client:
    ssh root@12.34.56.789
    

    Special case for AWS marketplace:

    ssh admin@12.34.56.789
    

* Replace 12.34.56.789 with a valid IP or hostname.