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

Odoo : 14.0 Ubuntu 20.04 (LTS) x64 Received the following error in between while installation was running ----------------------------------------------------------------------------------------------------------------------------- Error is big, I copied tail of it. would give an idea...

is there any script to undo all the changes made by this script ?

Wishlist

FYI: Needed to do "sudo add-apt-repository ppa:linuxuprising/libpng12" followed by "sudo apt update" and "sudo apt install libpng12-0"

Needs testing

Everything to modify, improve or change this script is welcome to be discussed here!

enhancement

Hi Yenthe. I've just used the v12 script for the new installations: CE and EE. I'm encountering problems with hw_* modules - they all say 'uninstallable'. Going futher, trying to...

I tried to install Odoo v11 on Ubuntu 18.04.3 on many laptops, for my students. The script used to work fine 3 months ago, the moment the installation completes, odoo-server...

Needs testing

Hello @Yenthe666 I am trying to use the install script for odoo 11 on `Ubuntu 16.10 server` but I am stuck with the following error `Package 'python-pybabel' has no installation...

Needs Reviewing

* `sudo` isn't need for `wget` * `sh` prevents needing `chmod` * `odoo_install.sh` asks for credentials naturally

@Yenthe666 These lines from `odoo_install_debian.sh` are missing in `odoo_install.sh`: ``` echo -e "\n---- Install python packages and virtualenv ----" pip install virtualenv >> ./install_log mkdir $OE_PYTHON_ENV >> ./install_log virtualenv $OE_PYTHON_ENV...

Needs Reviewing