Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors authored Nov 13, 2023
1 parent c38dab8 commit 1b8741b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Run Odoo 16 - Open source ERP and CRM on Diploi
Run Odoo - Open source ERP and CRM on Diploi

Includes an internal PostgreSQL database.
Template runs Odoo version 16 plus a PostgreSQL 14.1 database.

- 💻 [Odoo](https://www.odoo.com/)
- 💿 [PostgreSQL](https://www.postgresql.org)

## Odoo

Odoo version 16 docker file plus diploi customizations.
Based on Odoo version 16 docker with minor Diploi customizations.

Login to Odoo with user `admin`, an initial password is generated for every project. In Diploi, see project options.
Login to Odoo with user `admin`. An initial password is generated for every project. To find password, open Diploi project and check project options.

There separate ssh logins for users `odoo` and `root`.
For the Odoo container there are separate ssh logins for users `odoo` and `root`. For security reasons there is no `sudo` from odoo to root. However
it is possible to restart odoo using command `supervistoctl restart odoo`

Custom modules are linked to git repository, hosted at `/mnt/extra-addons`. This folder is persisted
in the development version and non-persisted for staging and development.
Expand All @@ -21,7 +22,7 @@ Data folder `/var/lib/odoo` is persisted always

## PostgreSQL

Available with a VSCode extension ([SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools)) or by CLI.
Available eg. with a VSCode extension ([SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools)) or by CLI.

### Connect via SQLTools

Expand Down

0 comments on commit 1b8741b

Please sign in to comment.