You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,27 +23,27 @@ To configure Odoo, simply use environment variables with the prefix ```OCONF_{Pa
23
23
24
24
| Name | Description |
25
25
|----------------|-------------|
26
-
| WKHTMLTOPDF_PKGS |Paquetes del sistema necesarios para usar WKHTMLTOPDF |
27
-
| ODOO_PKGS |Paquetes del sistema necesarios para usar Odoo|
28
-
| WKHTMLTOPDF_VERSION | Version de WKHTMLTOPDF a instalar|
29
-
| WKHTMLTOPDF_BASE_DEBIAN_VER |Version de sistema de WKHTMLTOPDF a instalar|
30
-
| USER_ODOO_UID |UID del usuario Odoo|
31
-
| USER_ODOO_GID |GID del usuario Odoo|
32
-
| NVM_VERSION |Version de NVM a usar|
33
-
| NODE_VERSION |Versión de Node a instalar|
34
-
| ODOO_NPM_PKGS |Paqueres de Necesario para usar Odoo |
35
-
| ODOO_PYTHON_VERSION |Version de Python a instalar para Odoo |
36
-
| SYSTEM_PYTHON_VERSION|Version de Python a instalar para el sistema|
26
+
| WKHTMLTOPDF_PKGS |System packages required to use WKHTMLTOPDF |
27
+
| ODOO_PKGS |System packages required to use Odoo |
28
+
| WKHTMLTOPDF_VERSION | Version of WKHTMLTOPDF to install|
29
+
| WKHTMLTOPDF_BASE_DEBIAN_VER |WKHTMLTOPDF system version to install|
30
+
| USER_ODOO_UID |Odoo user ID|
31
+
| USER_ODOO_GID |Odoo user GID|
32
+
| NVM_VERSION | NVM version to use|
33
+
| NODE_VERSION | Node version to install|
34
+
| ODOO_NPM_PKGS |Node packages required to use Odoo |
35
+
| ODOO_PYTHON_VERSION | Python version to install for Odoo |
36
+
| SYSTEM_PYTHON_VERSION| Python version to install for the system|
37
37
38
38
### -ONBUILD- Build Arguments
39
39
40
40
| Name | Description |
41
41
|----------------|-------------|
42
-
| EXT_DEPS_OVERRIDES | The overrides for the module external dependency names (old_name:new_name) separated by commas (Solo es útil si se usa AUTO_DOWNLOAD_DEPENDENCIES) |
43
-
| ODOO_VERSION |La version de Odoo a instalar |
44
-
| VERIFY_MISSING_MODULES |Indica si se verifica que todos los modulos (y los otros modulos de lo que depende) están disponibles|
45
-
| AUTO_DOWNLOAD_DEPENDENCIES |Indica si se deben descargar todas las dependencias externas de los modulos disponibles|
46
-
| AUTO_FILL_REPOS |Indica si se debe ajustar el repos.yaml a lo que se usa en addons.yaml (solo repositorios OCA) |
42
+
| EXT_DEPS_OVERRIDES | The overrides for the module external dependency names (old_name:new_name) separated by commas (Only useful if AUTO_DOWNLOAD_DEPENDENCIES is used) |
43
+
| ODOO_VERSION |The version of Odoo to install|
44
+
| VERIFY_MISSING_MODULES |Indicates whether all modules (and other modules on which it depends) are available|
45
+
| AUTO_DOWNLOAD_DEPENDENCIES |Indicates whether all external dependencies of the available modules must be downloaded|
46
+
| AUTO_FILL_REPOS |Indicates whether repos.yaml should be adjusted to match what is used in addons.yaml (OCA repositories only) |
47
47
48
48
### -ONBUILD- Environment Variables
49
49
@@ -52,7 +52,7 @@ To configure Odoo, simply use environment variables with the prefix ```OCONF_{Pa
52
52
| GITHUB_TOKEN | User token to use with git-aggregator | No | "" |
53
53
| GIT_DEPTH_NORMAL | The default depth of commits | Yes | 1 |
54
54
| GIT_DEPTH_MERGE | The default depth of commits when cloning with merges | Yes | 500 |
55
-
| EXT_DEPS_OVERRIDES | The overrides for the dependency names (old_name:new_name) separated by commas | No | "" |
55
+
| EXT_DEPS_OVERRIDES | The overrides for the dependency names (old_name:new_name) separated by commas (Only useful if AUTO_DOWNLOAD_DEPENDENCIES is used) | No | "" |
56
56
57
57
** Check the Dockerfile for more configuration variables/args.
0 commit comments