InstallScript icon indicating copy to clipboard operation
InstallScript copied to clipboard

Odoo install script

Results 99 InstallScript issues
Sort by recently updated
recently updated
newest added

The script itself works fine but the Python version being installed is Python 3.6.9. Attempt to start Odoo fails with: ``` root@myserver:/odoo/odoo-server# ./start.sh Traceback (most recent call last): File "/odoo/odoo-server/odoo-bin",...

Hi @Yenthe666 Please note that line 91 refer to odoo 13 instead of the latest version, please update with variable name "${OE_VERSION}" I would like to get your advice on...

I setup a clean Debian 10 vps, launch the setup script and all is correctly installed I can't get the /odoo/custom/addons folder to work Odoo Enterprise This is the /etc/odoo-server.conf...

This error occurs every now and then. Odoo does not load. Restarting Odoo services fixes the problem temporarily. ![image](https://user-images.githubusercontent.com/91874900/153552977-41474d1e-4996-4b18-8e74-aa2aa4e60848.png)

I am trying to setup 2 running Odoo instances on a single server. One will be production (OE_USER="odoo") and one will be development (OE_USER="odoodev"). The idea is to map them...

Hello there, first thing first thank you for the script. after running the script I checked on the status and im having the following: odoo-server.service - Active: active postgresql.service -...

no pdf this error appears Informe Imposible encontrar Wkhtmltopdf en el sistema. El informe será mostrado en HTML.wkhtmltopdf.org

https://github.com/Yenthe666/InstallScript/blob/a1e0c8c80c2d9ee25bd0d417aeb068719fb90aa1/odoo_install.sh#L78 The below line fails quietly install on latest buster. changed to libpng16-16 fixes. sudo apt-get install git python3 python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools...

I have a doubt. Why don't you use (in Ubuntu 20.04): ``` apt-get install wkhtmltopdf wkhtmltopdf --version wkhtmltopdf 0.12.5 ``` replacing the package you download with wget (wkhtmltox_0.12.5-1): ``` WKHTMLTOX_X64=https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.trusty_amd64.deb...

Run Script and after I need install wkhtmltox bionic version. wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb sudo apt install ./wkhtmltox_0.12.5-1.bionic_amd64.deb

Needs testing