[UPD] refactoring and db creation update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user