From 0b8e93891a2ea5825cba83e43c11648bb9d337b2 Mon Sep 17 00:00:00 2001 From: Mohamed Sdeek Date: Wed, 20 Mar 2019 22:17:49 +0200 Subject: [PATCH] Update odoo_install.sh --- odoo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo_install.sh b/odoo_install.sh index 25cd914..1cd0ff4 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -363,6 +363,7 @@ cd $OE_HOME/custom echo -e "install odoo requirements" sudo pip3 install -r /$OE_USER/$OE_CONFIG/requirements.txt sudo pip3 install configparser + sudo pip3 install future pip3 install PyXB pip3 install MySQL-python pip3 install -r oca/account-analytic/requirements.txt