diff --git a/12.0.Dockerfile b/12.0.Dockerfile
index 8263d66d63c5983ea4de6eef87e82f0c37776c9b..d9c6736d32910537f75f38661abee75389ea66ba 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 6d8b5c5e41890b46cd1ddf2f28618d36cc66031c..bebcdccb54a77d6e3a263411e6f9f999e5edcc60 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 609c3709603416bbbfc5a92ab2cf9e478f07ce6e..5f4ee0240d94114a378daa6db61d6d55bbaa511a 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 1a5b7de51c19738e7d8949dc87a14556b442e1d1..54a8a670088a96bcede06278b373e8f34afb697e 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 \