Update odoo_install.sh

pull/147/head
Mohamed Sdeek 7 years ago committed by GitHub
parent 76661ba13b
commit 81ffdf228f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -258,6 +258,7 @@ sudo update-rc.d $OE_CONFIG defaults
echo -e "install odoo Modules" echo -e "install odoo Modules"
cd $OE_HOME/custom cd $OE_HOME/custom
REPOS=( "${REPOS[@]}" "https://github.com/OCA/web.git OCA/web") REPOS=( "${REPOS[@]}" "https://github.com/OCA/web.git OCA/web")
pip3 install -r OCA/web/requirements.txt
REPOS=( "${REPOS[@]}" "https://github.com/OCA/event.git OCA/event") REPOS=( "${REPOS[@]}" "https://github.com/OCA/event.git OCA/event")
REPOS=( "${REPOS[@]}" "https://github.com/OCA/website.git OCA/website") REPOS=( "${REPOS[@]}" "https://github.com/OCA/website.git OCA/website")
REPOS=( "${REPOS[@]}" "https://github.com/OCA/account-financial-reporting.git OCA/account-financial-reporting") REPOS=( "${REPOS[@]}" "https://github.com/OCA/account-financial-reporting.git OCA/account-financial-reporting")

Loading…
Cancel
Save