Skip to content

Commit 5e59dc4

Browse files
committed
upd: readme
1 parent e0076f3 commit 5e59dc4

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,27 @@ To configure Odoo, simply use environment variables with the prefix ```OCONF_{Pa
2323

2424
| Name | Description |
2525
|----------------|-------------|
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 |
3737

3838
### -ONBUILD- Build Arguments
3939

4040
| Name | Description |
4141
|----------------|-------------|
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) |
4747

4848
### -ONBUILD- Environment Variables
4949

@@ -52,7 +52,7 @@ To configure Odoo, simply use environment variables with the prefix ```OCONF_{Pa
5252
| GITHUB_TOKEN | User token to use with git-aggregator | No | "" |
5353
| GIT_DEPTH_NORMAL | The default depth of commits | Yes | 1 |
5454
| 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 | "" |
5656

5757
** Check the Dockerfile for more configuration variables/args.
5858

0 commit comments

Comments
 (0)