From 06af24c3874f13394beff13e650236ce10f82bd6 Mon Sep 17 00:00:00 2001 From: lpierson Date: Tue, 21 Apr 2026 08:27:23 +0000 Subject: [PATCH] Actualiser 1.gitclone.sh --- 1.gitclone.sh | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/1.gitclone.sh b/1.gitclone.sh index 24f4a90..57fa658 100755 --- a/1.gitclone.sh +++ b/1.gitclone.sh @@ -6,31 +6,32 @@ for repo in \ https://github.com/oca/web.git \ https://github.com/OCA/l10n-france.git \ https://github.com/OCA/edi.git + https://github.com/OCA/account-analytic.git + https://github.com/OCA/account-financial-reporting.git + https://github.com/OCA/account-financial-tools.git + https://github.com/OCA/account-invoicing.git + https://github.com/OCA/account-payment.git + https://github.com/OCA/account-reconcile.git + https://github.com/OCA/bank-payment.git + https://github.com/OCA/bank-statement-import.git + https://github.com/OCA/community-data-files.git + https://github.com/OCA/currency.git + https://github.com/OCA/knowledge.git + https://github.com/OCA/mail.git + https://github.com/OCA/mis-builder.git + https://github.com/OCA/partner-contact.git + https://github.com/OCA/queue.git + https://github.com/OCA/reporting-engine.git + https://github.com/OCA/sale-reporting.git + https://github.com/OCA/sale-workflow.git + https://github.com/OCA/server-auth.git + https://github.com/OCA/account-financial-reporting.git + https://github.com/OCA/server-tools.git + https://github.com/OCA/server-ux.git + https://github.com/OCA/social.git do git clone -b 18.0 "$repo" done -#https://github.com/OCA/account-analytic.git -#https://github.com/OCA/account-financial-reporting.git -#https://github.com/OCA/account-financial-tools.git -#https://github.com/OCA/account-invoicing.git -#https://github.com/OCA/account-payment.git -#https://github.com/OCA/account-reconcile.git -#https://github.com/OCA/bank-payment.git -#https://github.com/OCA/bank-statement-import.git -#https://github.com/OCA/community-data-files.git -#https://github.com/OCA/currency.git -#https://github.com/OCA/knowledge.git -#https://github.com/OCA/mail.git -#https://github.com/OCA/mis-builder.git -#https://github.com/OCA/partner-contact.git -#https://github.com/OCA/queue.git -#https://github.com/OCA/reporting-engine.git -#https://github.com/OCA/sale-reporting.git -#https://github.com/OCA/sale-workflow.git -#https://github.com/OCA/server-auth.git -#https://github.com/OCA/account-financial-reporting.git -#https://github.com/OCA/server-tools.git -#https://github.com/OCA/server-ux.git -#https://github.com/OCA/social.git +