[UPD] refactoring and db creation update

This commit is contained in:
ivbo
2020-12-11 22:15:48 +01:00
parent 7240a81874
commit 600cfcfa04
11 changed files with 81 additions and 25001 deletions

View File

@@ -76,4 +76,11 @@ if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
fi
pip3 install wheel
pip3 install -r /home/ubuntu/odoo12/requirements.txt
pip3 install -r /home/ubuntu/odoo12/requirements.txt ## for zdc-odoo
pip3 install python-ldap ## for ldap addons
pip3 install cerberus pyquerystring parse-accept-language ## for rest addons
pip3 install cachetools ## for connector addons
pip3 install altair bokeh ## for kpi dashboard addons
pip3 install zxcvbn ## for password security
pip3 install xlsxwriter xlrd ## for xlsx export
pip3 install sqlalchemy ## for mysql coonnection