Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
O
odoo_docker
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Déploiement
Registre de conteneurs
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Le Filament
odoo_docker
Validations
010df9f2
Valider
010df9f2
rédigé
Il y a 2 ans
par
Rémi - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[UPD] OCA modules
parent
a189509a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
2
Pipelines
4
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
16.0-scratch.Dockerfile
+7
-7
7 ajouts, 7 suppressions
16.0-scratch.Dockerfile
16.0.Dockerfile
+8
-11
8 ajouts, 11 suppressions
16.0.Dockerfile
avec
15 ajouts
et
18 suppressions
16.0-scratch.Dockerfile
+
7
−
7
Voir le fichier @
010df9f2
...
...
@@ -69,13 +69,13 @@ RUN mkdir -p \
# && git clone -b 16.0 --depth 1
\
# https://github.com/OCA/account-reconcile.git
\
# /tmp/oca-repos/account-reconcile
\
#
&& git clone -b 16.0 --depth 1
\
#
https://github.com/OCA/bank-statement-import.git
\
#
/tmp/oca-repos/bank-statement-import
\
#
&& mv /tmp/oca-repos/bank-statement-import/account_statement_import_base
\
#
/tmp/oca-repos/bank-statement-import/account_statement_import_file
\
#
/tmp/oca-repos/bank-statement-import/account_statement_import_ofx
\
#
/newroot/opt/odoo/additional_addons/
\
&&
git clone
-b
16.0
--depth
1
\
https://github.com/OCA/bank-statement-import.git
\
/tmp/oca-repos/bank-statement-import
\
&&
mv
/tmp/oca-repos/bank-statement-import/account_statement_import_base
\
/tmp/oca-repos/bank-statement-import/account_statement_import_file
\
/tmp/oca-repos/bank-statement-import/account_statement_import_ofx
\
/newroot/opt/odoo/additional_addons/
\
# && git clone -b 16.0 --depth 1
\
# https://github.com/OCA/crm.git
\
# /tmp/oca-repos/crm
\
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
16.0.Dockerfile
+
8
−
11
Voir le fichier @
010df9f2
...
...
@@ -61,6 +61,7 @@ RUN set -x; \
# /tmp/oca-repos/account-financial-tools/account_reconcile_show_boolean
\
/tmp/oca-repos/account-financial-tools/account_usability
\
/opt/odoo/additional_addons/
&&
\
# https://github.com/OCA/account-invoicing/pull/1419
# git clone -b 16.0 --depth 1 https://github.com/OCA/account-invoicing.git /tmp/oca-repos/account-invoicing &&\
# mv /tmp/oca-repos/account-invoicing/sale_timesheet_invoice_description \
# /opt/odoo/additional_addons/ &&\
...
...
@@ -71,18 +72,10 @@ RUN set -x; \
git clone -b 16.0 --depth 1 https://github.com/OCA/account-reconcile.git /tmp/oca-repos/account-reconcile &&\
mv /tmp/oca-repos/account-reconcile/account_statement_base \
/opt/odoo/additional_addons/ &&\
# Until migrated to OCA (https://github.com/OCA/bank-statement-import/pull/575)
git clone -b 16-mig-account_statement_import_file --depth 1 https://github.com/akretion/bank-statement-import.git /tmp/oca-repos/bank-statement-import-ak1 &&\
mv /tmp/oca-repos/bank-statement-import-ak1/account_statement_import_file \
/opt/odoo/additional_addons/ &&\
# Until migrated to OCA (https://github.com/OCA/bank-statement-import/pull/577)
git clone -b 16-mig-account_statement_import_ofx --depth 1 https://github.com/akretion/bank-statement-import.git /tmp/oca-repos/bank-statement-import-ak2 &&\
mv /tmp/oca-repos/bank-statement-import-ak2/account_statement_import_ofx \
/opt/odoo/additional_addons/ &&\
git clone -b 16.0 --depth 1 https://github.com/OCA/bank-statement-import.git /tmp/oca-repos/bank-statement-import &&\
mv /tmp/oca-repos/bank-statement-import/account_statement_import_base \
#
/tmp/oca-repos/bank-statement-import/account_statement_import_file \
# https://github.com/OCA/bank-statement-import/pull/575
#
/tmp/oca-repos/bank-statement-import/account_statement_import_ofx \
# https://github.com/OCA/bank-statement-import/pull/577
/tmp/oca-repos/bank-statement-import/account_statement_import_file \
/tmp/oca-repos/bank-statement-import/account_statement_import_ofx \
/opt/odoo/additional_addons/ &&\
# git clone -b 16.0 --depth 1 https://github.com/OCA/crm.git /tmp/oca-repos/crm &&\
# mv /tmp/oca-repos/crm/crm_stage_probability /opt/odoo/additional_addons/ &&\
...
...
@@ -125,12 +118,16 @@ RUN set -x; \
mv /tmp/oca-repos/social/mail_debrand \
# /tmp/oca-repos/social/mail_tracking \ # https://github.com/OCA/social/pull/1091
/opt/odoo/additional_addons/ &&\
# Until migrated to OCA (https://github.com/OCA/web/pull/2462)
git clone -b 16_mig_web_no_bubble --depth 1 https://github.com/onesteinbv/web.git /tmp/oca-repos/web-onestein &&\
mv /tmp/oca-repos/web-onestein/web_no_bubble \
/opt/odoo/additional_addons/ &&\
git clone -b 16.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\
mv /tmp/oca-repos/web/web_chatter_position \
/tmp/oca-repos/web/web_environment_ribbon \
/tmp/oca-repos/web/web_refresher \
/tmp/oca-repos/web/web_responsive \
# /tmp/oca-repos/web/web_no_bubble \
# /tmp/oca-repos/web/web_no_bubble \
# https://github.com/OCA/social/pull/2462
/tmp/oca-repos/web/web_theme_classic \
/opt/odoo/additional_addons/ &&\
rm -rf /tmp/oca-repos/ &&\
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter