Skip to content

Commit

Permalink
[IMP] odoo_install: add enterprise specific packages
Browse files Browse the repository at this point in the history
Fixes #294
Fixes #293
  • Loading branch information
Yenthe666 committed Jan 14, 2021
1 parent 03d3db6 commit 897e7d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odoo_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/odoo/odoo $

if [ $IS_ENTERPRISE = "True" ]; then
# Odoo Enterprise install!
sudo pip3 install psycopg2-binary pdfminer.six
echo -e "\n--- Create symlink for node"
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo su $OE_USER -c "mkdir $OE_HOME/enterprise"
Expand Down

1 comment on commit 897e7d4

@dwarkanath-bari

This comment was marked as off-topic.

Please sign in to comment.