From 897e7d49accd1c7fd6b31694ea45ebe3bb999b94 Mon Sep 17 00:00:00 2001 From: Yenthe Van Ginneken Date: Thu, 14 Jan 2021 08:47:25 +0100 Subject: [PATCH] [IMP] odoo_install: add enterprise specific packages Fixes https://github.com/Yenthe666/InstallScript/issues/294 Fixes https://github.com/Yenthe666/InstallScript/issues/293 --- odoo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo_install.sh b/odoo_install.sh index 79f7b9a..5fd2a16 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -120,6 +120,7 @@ sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/odoo/odoo $ if [ $IS_ENTERPRISE = "True" ]; then # Odoo Enterprise install! + sudo pip3 install psycopg2-binary pdfminer.six echo -e "\n--- Create symlink for node" sudo ln -s /usr/bin/nodejs /usr/bin/node sudo su $OE_USER -c "mkdir $OE_HOME/enterprise"