From 69a9e17cdb0decc892ba9c2401dfc0ee43c61c07 Mon Sep 17 00:00:00 2001 From: espurio Date: Fri, 3 Jun 2022 08:02:35 -0500 Subject: [PATCH] add OneTeam 6.2 repositories --- trytond-modules_non_official.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/trytond-modules_non_official.sh b/trytond-modules_non_official.sh index a10586c..a75a11d 100644 --- a/trytond-modules_non_official.sh +++ b/trytond-modules_non_official.sh @@ -78,13 +78,15 @@ if [ ${OneTeam} = "True" ]; then "git+https://github.com/bit4bit/facho.git" prefix="trytondo-" team_org="OneTeam" - pip="True" + pip="False" 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_trytond=( - sale_payment - ) + inactive_modules_trytondo=( + sale_payment_form + sale_pos_extras + ) + inactive_module "trytond-" $pip "${inactive_modules_trytond[@]}" modules_presik=( @@ -92,9 +94,6 @@ if [ ${OneTeam} = "True" ]; then clone_module "Presik" "False" "trytonpsk-" "${modules_presik[@]}" modules_nantic=( trytond-sale_w_tax - trytond-sale_pos - trytond-sale_shop - trytond-sale_payment trytond-purchase_discount trytond-account_invoice_discount ) clone_module "NaNtic" ${TRYTOND_VERSION} "trytond-" "${modules_nantic[@]}"