From c90c7efee1848755f0265e0a5a7125dfb7f2a197 Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Sun, 28 Jan 2018 12:08:54 +0100 Subject: [PATCH] FIX: Add missing suds install This dependency might be needed for the delivery_fedex module which needs suds or suds-jurko installed. --- odoo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo_install.sh b/odoo_install.sh index f3115a8..9811920 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -128,6 +128,7 @@ if [ $IS_ENTERPRISE = "True" ]; then echo -e "\n---- Added Enterprise code under $OE_HOME/enterprise/addons ----" echo -e "\n---- Installing Enterprise specific libraries ----" + sudo pip install sudo sudo apt-get install nodejs npm sudo npm install -g less sudo npm install -g less-plugin-clean-css