feat: add Odoo 17 blueprint (#408)

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Reinaldo J. Menendez
2025-10-05 06:13:29 +02:00
committed by GitHub
parent 8d31154329
commit 0ba4941969
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
services:
web:
image: odoo:17.0
depends_on:
- db
environment:
- HOST=db
- USER=odoo
- PASSWORD=odoo
volumes:
- odoo-web-data:/var/lib/odoo
- ../files/config:/etc/odoo
- ../files/addons:/mnt/extra-addons
db:
image: postgres:15
environment:
- POSTGRES_DB=postgres
- POSTGRES_USER=odoo
- POSTGRES_PASSWORD=odoo
volumes:
- odoo-db-data:/var/lib/postgresql/data
volumes:
odoo-web-data:
odoo-db-data:

BIN
blueprints/odoo_17/odoo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -0,0 +1,11 @@
[variables]
main_domain = "${domain}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "web"
port = 8_069
host = "${main_domain}"

View File

@@ -3644,6 +3644,21 @@
"cms"
]
},
{
"id": "odoo_17",
"name": "Odoo",
"version": "17.0",
"description": "Odoo is a free and open source business management software that helps you manage your company's operations.",
"logo": "odoo.png",
"links": {
"github": "https://github.com/odoo/odoo",
"website": "https://odoo.com/",
"docs": "https://www.odoo.com/documentation/"
},
"tags": [
"erp"
]
},
{
"id": "odoo_18",
"name": "Odoo",