add OneTeam 6.2 repositories

This commit is contained in:
espurio 2022-06-03 08:02:35 -05:00
parent 0b7ffe5d59
commit 69a9e17cdb
1 changed files with 6 additions and 7 deletions

View File

@ -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[@]}"