From 4fe78fed7511f941164457e4e15d9caee198817f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Mon, 17 Oct 2022 12:25:02 +0200 Subject: [PATCH] [ADD] module_change_auto_install --- 12.0.Dockerfile | 2 ++ 12.0.Dockerfile.arm | 5 +++++ 12.0_ml.Dockerfile | 2 ++ 12.0_py3.6.Dockerfile | 2 ++ 4 files changed, 11 insertions(+) diff --git a/12.0.Dockerfile b/12.0.Dockerfile index 8263d66..d9c6736 100644 --- a/12.0.Dockerfile +++ b/12.0.Dockerfile @@ -99,6 +99,7 @@ RUN set -x; \ /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 &&\ mv /tmp/oca-repos/server-ux/base_technical_features \ @@ -109,6 +110,7 @@ RUN set -x; \ 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 \ /tmp/oca-repos/social/mail_debrand \ + /tmp/oca-repos/social/mail_tracking \ /opt/odoo/additional_addons/ &&\ 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 \ diff --git a/12.0.Dockerfile.arm b/12.0.Dockerfile.arm index 6d8b5c5..bebcdcc 100644 --- a/12.0.Dockerfile.arm +++ b/12.0.Dockerfile.arm @@ -100,6 +100,10 @@ RUN set -x; \ mv /tmp/oca-repos/server-brand/disable_odoo_online \ /tmp/oca-repos/server-brand/remove_odoo_enterprise \ /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 &&\ mv /tmp/oca-repos/server-ux/base_technical_features \ /tmp/oca-repos/server-ux/date_range \ @@ -108,6 +112,7 @@ RUN set -x; \ 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 \ /tmp/oca-repos/social/mail_debrand \ + /tmp/oca-repos/social/mail_tracking \ /opt/odoo/additional_addons/ &&\ 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 \ diff --git a/12.0_ml.Dockerfile b/12.0_ml.Dockerfile index 609c370..5f4ee02 100644 --- a/12.0_ml.Dockerfile +++ b/12.0_ml.Dockerfile @@ -98,6 +98,7 @@ RUN set -x; \ /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 &&\ mv /tmp/oca-repos/server-ux/base_technical_features \ @@ -108,6 +109,7 @@ RUN set -x; \ 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 \ /tmp/oca-repos/social/mail_debrand \ + /tmp/oca-repos/social/mail_tracking \ /opt/odoo/additional_addons/ &&\ 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 \ diff --git a/12.0_py3.6.Dockerfile b/12.0_py3.6.Dockerfile index 1a5b7de..54a8a67 100644 --- a/12.0_py3.6.Dockerfile +++ b/12.0_py3.6.Dockerfile @@ -82,6 +82,7 @@ RUN set -x; \ /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 &&\ mv /tmp/oca-repos/server-ux/base_technical_features \ @@ -92,6 +93,7 @@ RUN set -x; \ 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 \ /tmp/oca-repos/social/mail_debrand \ + /tmp/oca-repos/social/mail_tracking \ /opt/odoo/additional_addons/ &&\ 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 \ -- GitLab