12 Commits
13.0 ... 16.0

Author SHA1 Message Date
yhaelopez
c5b7d3a6ba cleanup 2023-12-24 12:14:33 -07:00
yhaelopez
da8c682701 refactored enterprise + third party addons clonning process 2023-12-24 12:10:51 -07:00
yhaelopez
c2708e6dd8 cleanup 2023-12-20 11:17:21 -07:00
yhaelopez
b905b4ef18 auto clone third party addons and upgrade docker build 2023-12-19 20:51:01 -07:00
yhaelopez
47f0c95a33 cleanup 2023-12-15 17:20:45 -07:00
yhaelopez
c926027fc2 cleanup 2023-12-15 16:59:11 -07:00
yhaelopez
9b589c0332 upgrade 2023-12-15 16:54:24 -07:00
yhaelopez
eaa7826e4b Merge branch 'main' into 16.0 2023-12-12 19:17:30 -07:00
yhaelopez
3127152a17 Merge branch 'main' into 16.0 2023-12-12 19:14:36 -07:00
Yhael S
187f18440e Merge branch 'main' into 16.0 2023-08-30 20:15:24 -05:00
Yhael S
1cb579cd36 Merge branch 'main' into 16.0 2023-08-30 20:14:34 -05:00
Yhael S
e1dcc69b5b delete test user & token 2023-08-29 03:55:58 -05:00
4 changed files with 5 additions and 8 deletions

View File

@@ -150,7 +150,7 @@ MINIO_PROFILES="minio"
PGADMIN_PROFILES="pgadmin"
# Containers' Tags
ODOO_TAG=13.0
ODOO_TAG=16.0
POSTGRES_TAG=16.1
KEYDB_TAG=latest
MINIO_TAG=latest
@@ -202,7 +202,7 @@ DEBUG_INTERFACE=${HTTP_INTERFACE}
HTTP_PORT=8069
DEBUG_PORT=8070
XMLRPCS_PORT=8071
LONGPOLLING_PORT=8072
GEVENT_PORT=8072
HTTP_ENABLE=True
XMLRPCS=True
PROXY_MODE=True

View File

@@ -40,7 +40,7 @@ server {
}
}
location /longpolling {
location /websocket {
proxy_pass http://odoo:8072;
proxy_redirect off;
proxy_set_header Upgrade $http_upgrade;

View File

@@ -64,8 +64,8 @@ xmlrpcs_interface = ${XMLRPCS_INTERFACE}
; --xmlrpcs-port
xmlrpcs_port = ${XMLRPCS_PORT}
; --longpolling-port
longpolling_port = ${LONGPOLLING_PORT}
; --gevent-port | --longpolling-port (deprecated)
gevent_port = ${GEVENT_PORT}
; --no-http | --no-xmlrpc
http_enable = ${HTTP_ENABLE}

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