diff --git a/odoo_install.sh b/odoo_install.sh index a06d0f2..d021fd9 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -258,6 +258,7 @@ sudo update-rc.d $OE_CONFIG defaults echo -e "install odoo Modules" cd $OE_HOME/custom 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/website.git OCA/website") REPOS=( "${REPOS[@]}" "https://github.com/OCA/account-financial-reporting.git OCA/account-financial-reporting")