From 7f1d7da84f535aca7b16bfe2b81870f46837cea0 Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Tue, 10 Oct 2017 09:42:56 +0200 Subject: [PATCH] ADD: Enterprise specific library dependencies ADD: num2words ADD: ofxparse --- odoo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo_install.sh b/odoo_install.sh index c444727..04ad889 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -133,6 +133,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 pip3 install num2words ofxparse sudo apt-get install nodejs npm sudo npm install -g less sudo npm install -g less-plugin-clean-css