Update odoo_install.sh

pull/147/head
Mohamed Sdeek 7 years ago committed by GitHub
parent 2bbb257b10
commit 29ae58f4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -362,6 +362,7 @@ cd $OE_HOME/custom
sed -ibak "s/addons_path.*/addons_path = $ADDONS_PATH/" /etc/odoo-server.conf sed -ibak "s/addons_path.*/addons_path = $ADDONS_PATH/" /etc/odoo-server.conf
echo -e "install odoo requirements" echo -e "install odoo requirements"
sudo pip3 install -r /$OE_USER/$OE_CONFIG/requirements.txt sudo pip3 install -r /$OE_USER/$OE_CONFIG/requirements.txt
sudo pip3 install configparser
pip3 install PyXB pip3 install PyXB
pip3 install MySQL-python pip3 install MySQL-python
pip3 install -r oca/account-analytic/requirements.txt pip3 install -r oca/account-analytic/requirements.txt

Loading…
Cancel
Save