File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments