14 Commits
15.0 ... 14.0

Author SHA1 Message Date
yhaelopez
e628bc1820 refactored enterprise + third party addons clonning process 2023-12-24 12:20:31 -07:00
yhaelopez
70f6ac1c8d cleanup 2023-12-20 11:12:37 -07:00
yhaelopez
44fd632a6d odoocker upgrade 2023-12-20 10:42:52 -07:00
yhaelopez
ad0f11e13e cleanup 2023-12-15 17:21:21 -07:00
yhaelopez
3264a84b4d cleanup 2023-12-15 16:59:28 -07:00
yhaelopez
c6eb6b42d4 upgrade 2023-12-15 16:51:50 -07:00
yhaelopez
8a7af70d39 added comment 2023-12-15 16:50:30 -07:00
yhaelopez
4b358ed07b fixed longpolling endpoint 2023-12-14 02:44:53 -07:00
yhaelopez
68bbdc470f set notice for sentry 2023-12-12 20:50:08 -07:00
yhaelopez
b0ec685cd0 bring back odoo version to 14.0 2023-12-12 20:24:12 -07:00
yhaelopez
07db2e2bf0 merged with 15.0 2023-12-12 20:23:46 -07:00
Yhael S
3622713fb2 cleanup readme 2023-08-30 20:15:42 -05:00
Yhael S
ece5ccae8e delete test user & token 2023-08-29 03:55:16 -05:00
Yhael S
298778bdb5 changed default workers 2023-08-29 03:23:26 -05:00
2 changed files with 4 additions and 1 deletions

View File

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

View File

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