From 2878bc16456fb75fe7464d0bb95348ebfc726c28 Mon Sep 17 00:00:00 2001 From: Mohamed Sdeek Date: Wed, 20 Mar 2019 21:01:32 +0200 Subject: [PATCH] Update odoo_install.sh --- odoo_install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/odoo_install.sh b/odoo_install.sh index 8825844..44726bd 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -313,7 +313,6 @@ cd $OE_HOME/custom 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-italy.git oca/l10n-italy") 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") @@ -442,7 +441,6 @@ cd $OE_HOME/custom pip3 install -r oca/l10n-finland/requirements.txt pip3 install -r oca/l10n-france/requirements.txt pip3 install -r oca/l10n-germany/requirements.txt - pip3 install -r oca/l10n-italy/requirements.txt pip3 install -r oca/l10n-luxemburg/requirements.txt pip3 install -r oca/l10n-mexico/requirements.txt pip3 install -r oca/l10n-netherlands/requirements.txt