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
f174c295
Valider
f174c295
rédigé
Il y a 1 an
par
Rémi - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[ADD@ crm_stage_probability and sale_timesheet_invoice_description
parent
dd012766
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Pipelines
100
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
16.0.Dockerfile
+3
-8
3 ajouts, 8 suppressions
16.0.Dockerfile
avec
3 ajouts
et
8 suppressions
16.0.Dockerfile
+
3
−
8
Voir le fichier @
f174c295
...
@@ -57,13 +57,10 @@ RUN set -x; \
...
@@ -57,13 +57,10 @@ RUN set -x; \
curl
-L
https://github.com/OCA/account-financial-tools/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"account-financial-tools"
--strip-components
1
&&
\
curl
-L
https://github.com/OCA/account-financial-tools/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"account-financial-tools"
--strip-components
1
&&
\
mv
/tmp/oca-repos/account-financial-tools/account_lock_date_update
\
mv
/tmp/oca-repos/account-financial-tools/account_lock_date_update
\
/tmp/oca-repos/account-financial-tools/account_move_name_sequence
\
/tmp/oca-repos/account-financial-tools/account_move_name_sequence
\
# /tmp/oca-repos/account-financial-tools/account_reconcile_show_boolean
\
/tmp/oca-repos/account-financial-tools/account_usability
\
/tmp/oca-repos/account-financial-tools/account_usability
\
/opt/odoo/additional_addons/
&&
\
/opt/odoo/additional_addons/
&&
\
# https://github.com/OCA/account-invoicing/pull/1419
curl
-L
https://github.com/OCA/account-invoicing/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"account-invoicing"
--strip-components
1
&&
\
# curl -L https://github.com/OCA/account-invoicing/tarball/16.0 | tar -xzC /tmp/oca-repos/ --one-top-level="account-invoicing" --strip-components 1 &&\
mv
/tmp/oca-repos/account-invoicing/sale_timesheet_invoice_description /opt/odoo/additional_addons/
&&
\
# mv /tmp/oca-repos/account-invoicing/sale_timesheet_invoice_description \
# /opt/odoo/additional_addons/ &&\
curl
-L
https://github.com/OCA/account-reconcile/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"account-reconcile"
--strip-components
1
&&
\
curl
-L
https://github.com/OCA/account-reconcile/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"account-reconcile"
--strip-components
1
&&
\
mv
/tmp/oca-repos/account-reconcile/account_statement_base
\
mv
/tmp/oca-repos/account-reconcile/account_statement_base
\
/tmp/oca-repos/account-reconcile/account_reconcile_oca
\
/tmp/oca-repos/account-reconcile/account_reconcile_oca
\
...
@@ -73,9 +70,7 @@ RUN set -x; \
...
@@ -73,9 +70,7 @@ RUN set -x; \
/tmp/oca-repos/bank-statement-import/account_statement_import_file
\
/tmp/oca-repos/bank-statement-import/account_statement_import_file
\
/tmp/oca-repos/bank-statement-import/account_statement_import_ofx
\
/tmp/oca-repos/bank-statement-import/account_statement_import_ofx
\
/opt/odoo/additional_addons/
&&
\
/opt/odoo/additional_addons/
&&
\
# Until PR merged into OCA (https://github.com/OCA/crm/pull/531)
curl
-L
https://github.com/OCA/crm/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"crm"
--strip-components
1
&&
\
curl -L https://github.com/lefilament/crm/tarball/16.0-mig-crm_stage_probability | tar -xzC /tmp/oca-repos/ --one-top-level="crm" --strip-components 1 &&\
# curl -L https://github.com/OCA/crm/tarball/16.0 | tar -xzC /tmp/oca-repos/ --one-top-level="crm" --strip-components 1 &&\
mv
/tmp/oca-repos/crm/crm_stage_probability /opt/odoo/additional_addons/
&&
\
mv
/tmp/oca-repos/crm/crm_stage_probability /opt/odoo/additional_addons/
&&
\
curl
-L
https://github.com/OCA/l10n-france/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"l10n-france"
--strip-components
1
&&
\
curl
-L
https://github.com/OCA/l10n-france/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"l10n-france"
--strip-components
1
&&
\
mv
/tmp/oca-repos/l10n-france/l10n_fr_siret
\
mv
/tmp/oca-repos/l10n-france/l10n_fr_siret
\
...
...
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