Skip to content
Extraits de code Groupes Projets
Valider efbbc6ed rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[UPD] add module_change_auto_install

parent 3bb67076
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -83,6 +83,7 @@ RUN set -x; \ ...@@ -83,6 +83,7 @@ RUN set -x; \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 14.0 --depth 1 https://github.com/OCA/server-tools.git /tmp/oca-repos/server-tools &&\ git clone -b 14.0 --depth 1 https://github.com/OCA/server-tools.git /tmp/oca-repos/server-tools &&\
mv /tmp/oca-repos/server-tools/base_search_fuzzy \ mv /tmp/oca-repos/server-tools/base_search_fuzzy \
/tmp/oca-repos/server-tools/module_change_auto_install \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 14.0 --depth 1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux &&\ git clone -b 14.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/base_technical_features \
...@@ -92,6 +93,7 @@ RUN set -x; \ ...@@ -92,6 +93,7 @@ RUN set -x; \
git clone -b 14.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\ git clone -b 14.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\
mv /tmp/oca-repos/social/base_search_mail_content \ mv /tmp/oca-repos/social/base_search_mail_content \
/tmp/oca-repos/social/mail_debrand \ /tmp/oca-repos/social/mail_debrand \
/tmp/oca-repos/social/mail_tracking \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 14.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\ git clone -b 14.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\
mv /tmp/oca-repos/web/web_environment_ribbon \ mv /tmp/oca-repos/web/web_environment_ribbon \
......
...@@ -21,8 +21,11 @@ db_name = odoo ...@@ -21,8 +21,11 @@ db_name = odoo
; logfile = None ; logfile = None
; longpolling_port = 8072 ; longpolling_port = 8072
; max_cron_threads = 2 ; max_cron_threads = 2
modules_auto_install_disabled = account_edi,mail_bot,web_unsplash
modules_auto_install_enabled = account_move_name_sequence,account_reconcile_show_boolean,account_reconciliation_widget,disable_odoo_online,mail_debrand,partner_disable_gravatar,partner_firstname,password_security,remove_login_links,remove_odoo_enterprise,web_responsive,web_no_bubble
; osv_memory_age_limit = 1.0 ; osv_memory_age_limit = 1.0
; osv_memory_count_limit = False ; osv_memory_count_limit = False
server_wide_modules = web,module_change_auto_install
; smtp_password = False ; smtp_password = False
; smtp_port = 25 ; smtp_port = 25
; smtp_server = localhost ; smtp_server = localhost
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter