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
3bb67076
Valider
3bb67076
rédigé
Il y a 2 ans
par
Rémi - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[ADD] merged modules and release_agent
parent
aadaa139
Branches
Branches contenant la validation
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Pipelines
15
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
14.0.Dockerfile
+4
-6
4 ajouts, 6 suppressions
14.0.Dockerfile
avec
4 ajouts
et
6 suppressions
14.0.Dockerfile
+
4
−
6
Voir le fichier @
3bb67076
...
...
@@ -49,13 +49,10 @@ RUN set -x; \
git clone
-b
14.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
\
/tmp/oca-repos/account-financial-tools/account_reconcile_show_boolean
\
/opt/odoo/additional_addons/
&&
\
# Until migrated to OCA (https://github.com/OCA/account-financial-tools/pull/1304)
git clone -b 14.0-add-partner_account_reconciliable --depth 1 https://github.com/lefilament/account-financial-tools.git /tmp/oca-repos/account-financial-tools-lf &&\
mv /tmp/oca-repos/account-financial-tools-lf/account_reconcile_show_boolean /opt/odoo/additional_addons/ &&\
# Until migrated to OCA (https://github.com/OCA/account-invoicing/pull/897)
git clone -b 14.0-mig-sale-timesheet-invoice-description --depth 1 https://github.com/akretion/account-invoicing.git /tmp/oca-repos/account-invoicing-ak &&\
mv /tmp/oca-repos/account-invoicing-ak/sale_timesheet_invoice_description \
git clone
-b
14.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/
&&
\
git clone
-b
14.0
--depth
1 https://github.com/OCA/account-reconcile.git /tmp/oca-repos/account-reconcile
&&
\
mv
/tmp/oca-repos/account-reconcile/account_reconciliation_widget
\
...
...
@@ -106,6 +103,7 @@ RUN set -x; \
find /opt/odoo/additional_addons/
*
/i18n/
-type
f
-not
-name
'fr.po'
-delete
&&
\
# Install Le Filament default dependency
git clone -b 14.0 --depth 1 https://sources.le-filament.com/lefilament/remove_login_links.git /opt/odoo/private_addons/remove_login_links &&\
git clone -b 14.0 --depth 1 https://sources.le-filament.com/lefilament/lefilament_release_agent.git /opt/odoo/private_addons/lefilament_release_agent &&\
chown -R odoo:odoo /opt/odoo
# Copy entrypoint script and Odoo configuration file
...
...
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