upd: Remove not supported version from Odoo (#409)

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

View File

@@ -1,28 +0,0 @@
version: "3.8"
services:
web:
image: odoo:16.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:13
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:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

View File

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

View File

@@ -3629,21 +3629,6 @@
"obsidian"
]
},
{
"id": "odoo",
"name": "Odoo",
"version": "16.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": [
"cms"
]
},
{
"id": "odoo_17",
"name": "Odoo",