Skip to content

Commit 7f1d7da

Browse files
authored
ADD: Enterprise specific library dependencies
ADD: num2words ADD: ofxparse
1 parent 0b8b4d7 commit 7f1d7da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

odoo_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ if [ $IS_ENTERPRISE = "True" ]; then
133133

134134
echo -e "\n---- Added Enterprise code under $OE_HOME/enterprise/addons ----"
135135
echo -e "\n---- Installing Enterprise specific libraries ----"
136+
sudo pip3 install num2words ofxparse
136137
sudo apt-get install nodejs npm
137138
sudo npm install -g less
138139
sudo npm install -g less-plugin-clean-css

0 commit comments

Comments
 (0)