8 Commits
13.0 ... 15.0

Author SHA1 Message Date
yhaelopez
3b48043370 refactored enterprise + third party addons clonning process 2023-12-24 12:19:38 -07:00
yhaelopez
4cd4458883 cleanup 2023-12-20 11:14:59 -07:00
yhaelopez
2d8b6921eb cleanup 2023-12-19 21:05:38 -07:00
yhaelopez
2de033d5ad auto clone third party addons and upgrade docker build 2023-12-19 21:03:29 -07:00
yhaelopez
1a65a71cb0 cleanup 2023-12-15 17:20:30 -07:00
yhaelopez
156a4bd1a7 cleanup 2023-12-15 16:50:02 -07:00
yhaelopez
f25f06a92e minor upgrade 2023-12-15 16:46:27 -07:00
yhaelopez
056d6ac873 fixed websocket to longpolling in nginx 2023-12-13 19:02:40 -07:00
2 changed files with 1 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ MINIO_PROFILES="minio"
PGADMIN_PROFILES="pgadmin"
# Containers' Tags
ODOO_TAG=13.0
ODOO_TAG=15.0
POSTGRES_TAG=16.1
KEYDB_TAG=latest
MINIO_TAG=latest

View File

@@ -1,8 +1,5 @@
jinja2
sortedcontainers
debugpy
websocket-client
redis
boto3
sentry-sdk==1.9.0 # Fixed because Odoo depends on urllib3==1.26.5
aiohttp