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

[ADD] module_change_auto_install

parent 391fa51c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -99,6 +99,7 @@ RUN set -x; \ ...@@ -99,6 +99,7 @@ RUN set -x; \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 12.0 --depth 1 https://github.com/OCA/server-tools.git /tmp/oca-repos/server-tools &&\ git clone -b 12.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 12.0 --depth 1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux &&\ git clone -b 12.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 \
...@@ -109,6 +110,7 @@ RUN set -x; \ ...@@ -109,6 +110,7 @@ RUN set -x; \
git clone -b 12.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\ git clone -b 12.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 12.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\ git clone -b 12.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 \
......
...@@ -100,6 +100,10 @@ RUN set -x; \ ...@@ -100,6 +100,10 @@ RUN set -x; \
mv /tmp/oca-repos/server-brand/disable_odoo_online \ mv /tmp/oca-repos/server-brand/disable_odoo_online \
/tmp/oca-repos/server-brand/remove_odoo_enterprise \ /tmp/oca-repos/server-brand/remove_odoo_enterprise \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 12.0 --depth 1 https://github.com/OCA/server-tools.git /tmp/oca-repos/server-tools &&\
mv /tmp/oca-repos/server-tools/base_search_fuzzy \
/tmp/oca-repos/server-tools/module_change_auto_install \
/opt/odoo/additional_addons/ &&\
git clone -b 12.0 --depth 1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux &&\ git clone -b 12.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 \
/tmp/oca-repos/server-ux/date_range \ /tmp/oca-repos/server-ux/date_range \
...@@ -108,6 +112,7 @@ RUN set -x; \ ...@@ -108,6 +112,7 @@ RUN set -x; \
git clone -b 12.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\ git clone -b 12.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 12.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\ git clone -b 12.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 \
......
...@@ -98,6 +98,7 @@ RUN set -x; \ ...@@ -98,6 +98,7 @@ RUN set -x; \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 12.0 --depth 1 https://github.com/OCA/server-tools.git /tmp/oca-repos/server-tools &&\ git clone -b 12.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 12.0 --depth 1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux &&\ git clone -b 12.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 \
...@@ -108,6 +109,7 @@ RUN set -x; \ ...@@ -108,6 +109,7 @@ RUN set -x; \
git clone -b 12.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\ git clone -b 12.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 12.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\ git clone -b 12.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 \
......
...@@ -82,6 +82,7 @@ RUN set -x; \ ...@@ -82,6 +82,7 @@ RUN set -x; \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 12.0 --depth 1 https://github.com/OCA/server-tools.git /tmp/oca-repos/server-tools &&\ git clone -b 12.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 12.0 --depth 1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux &&\ git clone -b 12.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 12.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\ git clone -b 12.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 12.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\ git clone -b 12.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 \
......
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