Odoo

Odoo, formerly known as OpenERP, is a suite of open-source business apps written in Python and released under the LGPL license. This suite of applications covers all business needs, from Website/Ecommerce down to manufacturing, inventory and accounting, all seamlessly integrated. It is the first time ever a software editor managed to reach such a functional coverage. Odoo is the most installed business software in the world. Odoo is used by 2.000.000 users worldwide ranging from very small companies (1 user) to very large ones (300 000 users). This App is for Odoo Community Edition V14 ready to use without any technicall knowledge.

Software Included

Package Version License
Odoo V14 GNU LESSER GENERAL PUBLIC LICENSE
postgres 10.0 PostgreSQL License

Creating an App using the Control Panel

Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.

Deploy to DO

Creating an App using the API

In addition to creating a Droplet from the Odoo 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Odoo Droplet in the SFO2 region, you can use the following curl command. You need to either save your API access token) to an environment variable or substitute it in the command below.

curl -X POST -H 'Content-Type: application/json' \
         -H 'Authorization: Bearer '$TOKEN'' -d \
        '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "bigcloud-odoo"}' \
        "https://api.digitalocean.com/v2/droplets"

Getting Started After Deploying Odoo

This is a ready to use odoo/postgress image.

In order to use this you’ll only need to deploy this image on a droplet and that’s all. everything is ready to use.

The datababase Master Password is: Odoo2022

If you want to use custom modules just enter to the droplet console and go to /local/add-ons and clone the repositories that you need.

The odoo.conf file you can find it at /local/config

If you need more information or help to start to use this, you can write to [email protected] and we’ll help you.