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
7050c8ea
Valider
7050c8ea
rédigé
Il y a 2 ans
par
Rémi - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[ADD] migrated OCA modules
parent
f57d9a56
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
2
Pipelines
1
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
16.0-scratch.Dockerfile
+9
-9
9 ajouts, 9 suppressions
16.0-scratch.Dockerfile
16.0.Dockerfile
+6
-6
6 ajouts, 6 suppressions
16.0.Dockerfile
avec
15 ajouts
et
15 suppressions
16.0-scratch.Dockerfile
+
9
−
9
Voir le fichier @
7050c8ea
...
...
@@ -53,11 +53,11 @@ RUN mkdir -p \
/tmp/oca-repos/
\
/newroot/opt/odoo/additional_addons
\
/newroot/opt/odoo/private_addons
\
#
&& git clone -b 16.0 --depth 1
\
#
https://github.com/OCA/account-financial-reporting.git
\
#
/tmp/oca-repos/account-financial-reporting
\
#
&& mv /tmp/oca-repos/account-financial-reporting/account_tax_balance
\
#
/newroot/opt/odoo/additional_addons/
\
&&
git clone
-b
16.0
--depth
1
\
https://github.com/OCA/account-financial-reporting.git
\
/tmp/oca-repos/account-financial-reporting
\
&&
mv
/tmp/oca-repos/account-financial-reporting/account_tax_balance
\
/newroot/opt/odoo/additional_addons/
\
# && git clone -b 16.0 --depth 1
\
# https://github.com/OCA/account-financial-tools.git
\
# /tmp/oca-repos/account-financial-tools
\
...
...
@@ -97,8 +97,8 @@ RUN mkdir -p \
/tmp/oca-repos/project
\
# && mv /tmp/oca-repos/project/project_category
\
# /tmp/oca-repos/project/project_status
\
#
/tmp/oca-repos/project/project_task_default_stage
\
&&
mv
/tmp/oca-repos/project/project_template
\
&&
mv
/tmp/oca-repos/project/project_task_default_stage
\
/tmp/oca-repos/project/project_template
\
# /tmp/oca-repos/project/project_timeline
\
/newroot/opt/odoo/additional_addons/
\
# && git clone -b 16.0 --depth 1
\
...
...
@@ -121,8 +121,8 @@ RUN mkdir -p \
&&
git clone
-b
16.0
--depth
1
\
https://github.com/OCA/server-ux.git
\
/tmp/oca-repos/server-ux
\
#
&& mv /tmp/oca-repos/server-ux/base_technical_features
\
&&
mv
/tmp/oca-repos/server-ux/date_range
\
&&
mv
/tmp/oca-repos/server-ux/base_technical_features
\
/tmp/oca-repos/server-ux/date_range
\
# /tmp/oca-repos/server-ux/mass_editing
\
/newroot/opt/odoo/additional_addons/
\
# && git clone -b 16.0 --depth 1
\
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
16.0.Dockerfile
+
6
−
6
Voir le fichier @
7050c8ea
...
...
@@ -49,8 +49,8 @@ RUN set -x; \
# Install Odoo OCA default dependencies - Commented modules do not exist yet
RUN
set
-x
;
\
mkdir
-p
/tmp/oca-repos/
&&
\
#
git clone -b 16.0 --depth 1 https://github.com/OCA/account-financial-reporting.git /tmp/oca-repos/account-financial-reporting &&
\
#
mv /tmp/oca-repos/account-financial-reporting/account_tax_balance /opt/odoo/additional_addons/ &&
\
git clone
-b
16.0
--depth
1 https://github.com/OCA/account-financial-reporting.git /tmp/oca-repos/account-financial-reporting
&&
\
mv
/tmp/oca-repos/account-financial-reporting/account_tax_balance /opt/odoo/additional_addons/
&&
\
# git clone -b 16.0 --depth 1 https://github.com/OCA/account-financial-tools.git /tmp/oca-repos/account-financial-tools &&
\
# mv /tmp/oca-repos/account-financial-tools/account_lock_date_update
\
# /tmp/oca-repos/account-financial-tools/account_move_name_sequence
\
...
...
@@ -75,8 +75,8 @@ RUN set -x; \
git clone
-b
16.0
--depth
1 https://github.com/OCA/project.git /tmp/oca-repos/project
&&
\
# mv /tmp/oca-repos/project/project_category
\
# /tmp/oca-repos/project/project_status
\
#
/tmp/oca-repos/project/project_task_default_stage
\
mv
/tmp/oca-repos/project/project_template
\
mv
/tmp/oca-repos/project/project_task_default_stage
\
/tmp/oca-repos/project/project_template
\
# /tmp/oca-repos/project/project_timeline
\
/opt/odoo/additional_addons/
&&
\
# git clone -b 16.0 --depth 1 https://github.com/OCA/server-auth.git /tmp/oca-repos/server-auth &&
\
...
...
@@ -91,8 +91,8 @@ RUN set -x; \
mv
/tmp/oca-repos/server-tools/module_change_auto_install
\
/opt/odoo/additional_addons/
&&
\
git clone
-b
16.0
--depth
1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux
&&
\
#
mv /tmp/oca-repos/server-ux/base_technical_features
\
mv
/tmp/oca-repos/server-ux/date_range
\
mv
/tmp/oca-repos/server-ux/base_technical_features
\
/tmp/oca-repos/server-ux/date_range
\
# /tmp/oca-repos/server-ux/mass_editing
\
/opt/odoo/additional_addons/
&&
\
# git clone -b 16.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&
\
...
...
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