From 2c69c135217ecaf8da9ea68778fbfa580e51ef98 Mon Sep 17 00:00:00 2001 From: sinergia Date: Thu, 30 Mar 2023 10:17:46 -0500 Subject: [PATCH] update variable provider in OneTeam_Pos --- trytond-modules_non_official.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/trytond-modules_non_official.sh b/trytond-modules_non_official.sh index 4661634..fc23b20 100644 --- a/trytond-modules_non_official.sh +++ b/trytond-modules_non_official.sh @@ -138,12 +138,13 @@ if [ "$Provider" == "OneTeam_Pos" ]; then prefix="trytondo-" team_org="OneTeam" pip="False" - get_one_team=( `${PYTHON_VERSION} $multi_migrate list-repo-token --domain ${GITEA_DOMAIN} --team_org $Provider --access_token ${GITEA_ACCESS_TOKEN} --verbose True` ) - clone_module $Provider ${TRYTOND_VERSION} $prefix "${get_one_team[@]}" + get_one_team=( `${PYTHON_VERSION} $multi_migrate list-repo-token --domain ${GITEA_DOMAIN} --team_org $team_org --access_token ${GITEA_ACCESS_TOKEN} --verbose True` ) + clone_module $team_org ${TRYTOND_VERSION} $prefix "${get_one_team[@]}" inactive_modules_trytondo=( purchase_coffee sale_payment + optical_equipment ) inactive_module "trytond-" $pip "${inactive_modules_trytondo[@]}"