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
0c668b5b
Valider
0c668b5b
rédigé
Il y a 7 mois
par
Rémi - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[UPD] OCA modules with PR
parent
8655c4a6
Branches
Branches contenant la validation
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Pipelines
1
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
18.0.Dockerfile
+57
-25
57 ajouts, 25 suppressions
18.0.Dockerfile
avec
57 ajouts
et
25 suppressions
18.0.Dockerfile
+
57
−
25
Voir le fichier @
0c668b5b
...
...
@@ -80,59 +80,91 @@ COPY --chown=root:root --chmod=755 ./get_addons /usr/local/bin
# Install Odoo OCA default dependencies - Commented modules do not exist yet
ARG
SAVE_COMMITS_FILENAME='default_addons'
#
RUN set -x; \
# get_addons 'https://github.com/OCA/account-financial-tools' '1
7
.0' 'additional_addons' \
RUN
set
-x
;
\
# get_addons 'https://github.com/OCA/account-financial-tools' '1
8
.0' 'additional_addons'
\
# account_lock_date_update
\
# account_move_name_sequence
\
# account_usability
\
# && get_addons 'https://github.com/OCA/account-invoicing' '17.0' 'additional_addons' \
get_addons
'https://github.com/DynAppsNV/account-financial-tools'
'18.0-mig-account_move_name_sequence '
additional_addons
'
\
account_move_name_sequence
\
&& get_addons '
https://github.com/APSL/account-financial-tools
' '
18.0-mig-account_usability
' '
additional_addons
'
\
account_usability
\
# && get_addons '
https://github.com/OCA/account-invoicing
' '
18.0
' '
additional_addons
'
\
# sale_timesheet_invoice_description
\
# && get_addons 'https://github.com/OCA/account-reconcile' '1
7
.0' 'additional_addons' \
# && get_addons '
https://github.com/OCA/account-reconcile
' '
1
8
.0
' '
additional_addons
'
\
# account_statement_base
\
# account_reconcile_model_oca
\
# account_reconcile_oca
\
# && get_addons 'https://github.com/OCA/bank-statement-import' '17.0' 'additional_addons' \
&& get_addons '
https://github.com/xaviedoanhduy/account-reconcile
' '
18.0-mig-account_statement_base
' '
additional_addons
'
\
account_statement_base
\
&& get_addons '
https://github.com/xaviedoanhduy/account-reconcile
' '
18.0-mig-account_reconcile_model_oca
' '
additional_addons
'
\
account_reconcile_oca
\
# && get_addons '
https://github.com/OCA/bank-statement-import
' '
18.0
' '
additional_addons
'
\
# account_statement_import_base
\
# account_statement_import_file
\
# account_statement_import_file_reconcile_oca
\
# account_statement_import_ofx
\
# && get_addons 'https://github.com/OCA/crm' '17.0' 'additional_addons' \
&& get_addons '
https://github.com/xaviedoanhduy/bank-statement-import
' '
18.0-mig-account_statement_import_base
' '
additional_addons
'
\
account_statement_import_base
\
&& get_addons '
https://github.com/xaviedoanhduy/bank-statement-import
' '
18.0-mig-account_statement_import_file
' '
additional_addons
'
\
account_statement_import_file
\
# && get_addons '
https://github.com/OCA/crm
' '
18.0
' '
additional_addons
'
\
# crm_stage_probability
\
# && get_addons 'https://github.com/OCA/l10n-france' '17.0' 'additional_addons' \
&& get_addons '
https://github.com/APSL/crm
' '
18.0-mig-crm_stage_probability
' '
additional_addons
'
\
crm_stage_probability
\
# && get_addons '
https://github.com/OCA/l10n-france
' '
18.0
' '
additional_addons
'
\
# l10n_fr_siret
\
# l10n_fr_siret_lookup
\
# && get_addons 'https://github.com/OCA/partner-contact' '17.0' 'additional_addons' \
&& get_addons '
https://github.com/apikcloud/l10n-france
' '
18.0-mig-l10n_fr_siret
' '
additional_addons
'
\
l10n_fr_siret
\
&& get_addons '
https://github.com/apikcloud/l10n-france
' '
18.0-mig-l10n_fr_siret_lookup
' '
additional_addons
'
\
l10n_fr_siret_lookup
\
# && get_addons '
https://github.com/OCA/mail
' '
18.0
' '
additional_addons
'
\
# mail_debrand
\
# mail_tracking
\
&& get_addons '
https://github.com/jdebetaz/oca-mail
' '
18.0-mig-mail_debrand
' '
additional_addons
'
\
mail_debrand
\
&& get_addons '
https://github.com/trisdoan/mail
' '
18.0-mig-mail_tracking
' '
additional_addons
'
\
mail_tracking
\
&& get_addons '
https://github.com/OCA/partner-contact
' '
18.0
' '
additional_addons
'
\
# partner_disable_gravatar
\
#
partner_firstname \
# && get_addons 'https://github.com/OCA/project' '1
7
.0' 'additional_addons' \
partner_firstname
\
# && get_addons '
https://github.com/OCA/project
' '
1
8
.0
' '
additional_addons
'
\
# project_task_default_stage
\
# project_template
\
# && get_addons 'https://github.com/OCA/server-auth' '1
7
.0' 'additional_addons' \
# && get_addons '
https://github.com/OCA/server-auth
' '
1
8
.0
' '
additional_addons
'
\
# password_security
\
# && get_addons 'https://github.com/OCA/server-brand' '1
7
.0' 'additional_addons' \
# && get_addons '
https://github.com/OCA/server-brand
' '
1
8
.0
' '
additional_addons
'
\
# disable_odoo_online
\
# portal_odoo_debranding
\
# remove_odoo_enterprise
\
# && get_addons 'https://github.com/OCA/server-tools' '17.0' 'additional_addons' \
&& get_addons '
https://github.com/Level4Tech/server-brand
' '
18.0-mig-portal_odoo_debranding
' '
additional_addons
'
\
portal_odoo_debranding
\
&& get_addons '
https://github.com/Level4Tech/server-brand
' '
18.0-mig-disable_odoo_online
' '
additional_addons
'
\
disable_odoo_online
\
&& get_addons '
https://github.com/Level4Tech/server-brand
' '
18.0-mig-remove_odoo_enterprise
' '
additional_addons
'
\
remove_odoo_enterprise
\
&& get_addons '
https://github.com/OCA/server-tools
' '
18.0
' '
additional_addons
'
\
# base_view_inheritance_extension
\
# module_change_auto_install \
# && get_addons 'https://github.com/OCA/server-ux' '17.0' 'additional_addons' \
module_change_auto_install
\
&& get_addons '
https://github.com/LucasTran380381/server-tools
' '
18.0-mig-base_view_inheritance_extension
' '
additional_addons
'
\
base_view_inheritance_extension
\
# && get_addons '
https://github.com/OCA/server-ux
' '
18.0
' '
additional_addons
'
\
# server_action_mass_edit
\
# && get_addons 'https://github.com/OCA/social' '17.0' 'additional_addons' \
# mail_debrand \
# mail_tracking \
# && get_addons 'https://github.com/OCA/web' '17.0' 'additional_addons' \
# web_environment_ribbon \
&& get_addons '
https://github.com/trisdoan/server-ux
' '
18.0-mig-server_action_mass_edit
' '
additional_addons
'
\
server_action_mass_edit
\
&& get_addons '
https://github.com/OCA/web
' '
18.0
' '
additional_addons
'
\
web_environment_ribbon
\
# web_refresher
\
# web_responsive
\
# web_no_bubble
\
# web_theme_classic
\
#
&& find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete \
&& find /opt/odoo/additional_addons/*/i18n/ -type f -not -name '
fr.po
' -delete
\
# Install Le Filament default addons.
# && get_addons 'https://sources.le-filament.com/lefilament/remove_login_links.git' '1
7
.0' 'private_addons/remove_login_links' \
# && get_addons 'https://sources.le-filament.com/lefilament/lefilament_release_agent.git' '1
7
.0' 'private_addons/lefilament_release_agent' \
#
&& echo "info: default addon commits:" \
#
&& cat $SAVE_COMMITS_DIR/$SAVE_COMMITS_FILENAME
# && get_addons 'https://sources.le-filament.com/lefilament/remove_login_links.git' '1
8
.0' 'private_addons/remove_login_links' \
# && get_addons 'https://sources.le-filament.com/lefilament/lefilament_release_agent.git' '1
8
.0' 'private_addons/lefilament_release_agent' \
&& echo "info: default addon commits:" \
&& cat $SAVE_COMMITS_DIR/$SAVE_COMMITS_FILENAME
# Copy entrypoint script and Odoo configuration file
COPY
./entrypoint.sh /
...
...
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