From 8a269e7a95cc46cd745308e710fb4b8c21b74ef1 Mon Sep 17 00:00:00 2001 From: Arjundas K B <89773269+zdas1@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:44:21 +0530 Subject: [PATCH] Update README.md made a space between 'false' and 'we'll' in GENERATE_RANDOM_PASSWORD definition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 819ad8dd..fd82ce1a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/16.0/odoo_in ##### 2. Modify the parameters as you wish. There are a few things you can configure, this is the most used list:
```OE_USER``` will be the username for the system user.
-```GENERATE_RANDOM_PASSWORD``` if this is set to ```True``` the script will generate a random password, if set to ```False```we'll set the password that is configured in ```OE_SUPERADMIN```. By default the value is ```True``` and the script will generate a random and secure password.
+```GENERATE_RANDOM_PASSWORD``` if this is set to ```True``` the script will generate a random password, if set to ```False``` we'll set the password that is configured in ```OE_SUPERADMIN```. By default the value is ```True``` and the script will generate a random and secure password.
```INSTALL_WKHTMLTOPDF``` set to ```False``` if you do not want to install Wkhtmltopdf, if you want to install it you should set it to ```True```.
```OE_PORT``` is the port where Odoo should run on, for example 8069.
```OE_VERSION``` is the Odoo version to install, for example ```16.0``` for Odoo V16.