diff --git a/odoo_install.sh b/odoo_install.sh index 5aa4840..d0b6181 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -144,6 +144,7 @@ if [ $IS_ENTERPRISE = "True" ]; then echo -e "\n---- Added Enterprise code under $OE_HOME/enterprise/addons ----" echo -e "\n---- Installing Enterprise specific libraries ----" sudo pip3 install num2words ofxparse + apt-get install -y npm sudo apt-get install nodejs npm sudo npm install -g less sudo npm install -g less-plugin-clean-css @@ -277,16 +278,6 @@ cd $OE_HOME/custom REPOS=( "${REPOS[@]}" "https://github.com/oca/commission.git oca/commission") REPOS=( "${REPOS[@]}" "https://github.com/oca/community-data-files.git oca/community-data-files") REPOS=( "${REPOS[@]}" "https://github.com/oca/connector.git oca/connector") - REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-accountedge.git oca/connector-accountedge") - REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-cmis.git oca/connector-cmis") - REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-ecommerce.git oca/connector-ecommerce") - REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-interfaces.git oca/connector-interfaces") - REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-lims.git oca/connector-lims") - REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-magento.git oca/connector-magento") - REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-prestashop.git oca/connector-prestashop") - REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-redmine.git oca/connector-redmine") - REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-sage.git oca/connector-sage") - REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-salesforce.git oca/connector-salesforce") REPOS=( "${REPOS[@]}" "https://github.com/oca/connector-telephony.git oca/connector-telephony") REPOS=( "${REPOS[@]}" "https://github.com/oca/contract.git oca/contract") REPOS=( "${REPOS[@]}" "https://github.com/oca/credit-control.git oca/credit-control") @@ -304,28 +295,12 @@ cd $OE_HOME/custom REPOS=( "${REPOS[@]}" "https://github.com/oca/hr-timesheet.git oca/hr-timesheet") REPOS=( "${REPOS[@]}" "https://github.com/oca/iot.git oca/iot") REPOS=( "${REPOS[@]}" "https://github.com/oca/knowledge.git oca/knowledge") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-argentina.git oca/l10n-argentina") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-belgium.git oca/l10n-belgium") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-brazil.git oca/l10n-brazil") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-canada.git oca/l10n-canada") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-colombia.git oca/l10n-colombia") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-costa-rica.git oca/l10n-costa-rica") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-finland.git oca/l10n-finland") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-france.git oca/l10n-france") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-germany.git oca/l10n-germany") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-luxemburg.git oca/l10n-luxemburg") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-mexico.git oca/l10n-mexico") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-netherlands.git oca/l10n-netherlands") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-spain.git oca/l10n-spain") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-switzerland.git oca/l10n-switzerland") - REPOS=( "${REPOS[@]}" "https://github.com/oca/l10n-venezuela.git oca/l10n-venezuela") REPOS=( "${REPOS[@]}" "https://github.com/oca/management-system.git oca/management-system") REPOS=( "${REPOS[@]}" "https://github.com/oca/manufacture.git oca/manufacture") REPOS=( "${REPOS[@]}" "https://github.com/oca/manufacture-reporting.git oca/manufacture-reporting") REPOS=( "${REPOS[@]}" "https://github.com/oca/margin-analysis.git oca/margin-analysis") REPOS=( "${REPOS[@]}" "https://github.com/oca/mis-builder.git oca/mis-builder") REPOS=( "${REPOS[@]}" "https://github.com/oca/multi-company.git oca/multi-company") - REPOS=( "${REPOS[@]}" "https://github.com/oca/node_modules.git oca/node_modules") REPOS=( "${REPOS[@]}" "https://github.com/oca/operating-unit.git oca/operating-unit") REPOS=( "${REPOS[@]}" "https://github.com/oca/partner-contact.git oca/partner-contact") REPOS=( "${REPOS[@]}" "https://github.com/oca/pos.git oca/pos") @@ -339,7 +314,6 @@ cd $OE_HOME/custom REPOS=( "${REPOS[@]}" "https://github.com/oca/queue.git oca/queue") REPOS=( "${REPOS[@]}" "https://github.com/oca/reporting-engine.git oca/reporting-engine") REPOS=( "${REPOS[@]}" "https://github.com/oca/report-print-send.git oca/report-print-send") - REPOS=( "${REPOS[@]}" "https://github.com/oca/rma.git oca/rma") REPOS=( "${REPOS[@]}" "https://github.com/oca/sale-financial.git oca/sale-financial") REPOS=( "${REPOS[@]}" "https://github.com/oca/sale-reporting.git oca/sale-reporting") REPOS=( "${REPOS[@]}" "https://github.com/oca/sale-workflow.git oca/sale-workflow")