Skip to content

Commit 013537d

Browse files
zaoraljjscarafia
authored andcommitted
[ADD] core.patch
1 parent 7bce732 commit 013537d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

core.patch

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
diff --git a/.env b/.env
2+
index 399a487..b5173a3 100644
3+
--- a/.env
4+
+++ b/.env
5+
@@ -9,21 +9,21 @@ ODOO_IMAGE=adhoc/odoo-adhoc
6+
ODOO_MINOR=17.0
7+
8+
# debe ser [CualquierCosa].odoo.localhost
9+
-DOMAIN=17.odoo.localhost
10+
+DOMAIN=core.odoo.localhost
11+
12+
# Must be a number between 0 and 254 (for now used mainly for dns network)
13+
# TODO check if we want to re-use for domain, odoo_minor or other
14+
# TODO maybe rename, the name confuse the internal env var on odoo container ODOO_VERSION (that has dot version number like 15.0)
15+
-ODOO_VERSION=17
16+
+ODOO_VERSION=30
17+
18+
# Descomentar si queremos que se filtre la base de datos por el suddominio
19+
-# DBFILTER='%d.*$'
20+
+DBFILTER='%d.*$'
21+
22+
# comentar o modificar segun corresponda
23+
-SERVER_WIDE_MODULES=base,web,server_mode,saas_client
24+
+# SERVER_WIDE_MODULES=base,web,server_mode,saas_client
25+
26+
# descomentar si no se quieren tener en cuenta los src/repositories (repositorios dentro de la imagen)
27+
-# IGNORE_SRC_REPOSITORIES=True
28+
+IGNORE_SRC_REPOSITORIES=True
29+
30+
#####################################
31+
# PARAMETROS QUE NO SE SUELEN CAMBIAR

0 commit comments

Comments
 (0)