diff --git a/12.0.Dockerfile b/12.0.Dockerfile index c28a616543bdbd8cbe74a9772dc8f58d4b644e15..087e90516382c684836f75d874f914834ed01277 100644 --- a/12.0.Dockerfile +++ b/12.0.Dockerfile @@ -64,6 +64,8 @@ RUN set -x; \ mv /tmp/oca-repos/partner-contact/partner_firstname /opt/odoo/additional_addons/ &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/server-brand.git /tmp/oca-repos/server-brand &&\ mv /tmp/oca-repos/server-brand/disable_odoo_online /opt/odoo/additional_addons/ &&\ + git clone -b 12.0 --depth 1 https://github.com/OCA/server-brand.git /tmp/oca-repos/server-ux &&\ + mv /tmp/oca-repos/server-ux/date_range /opt/odoo/additional_addons/ &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\ mv /tmp/oca-repos/social/mail_debrand /opt/odoo/additional_addons/ &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\ diff --git a/README.md b/README.md index e4dc82c1c13e0a6a35b16707d9c9c5aacf0138cd..0a722a836f861c369911950e3dea1e673affbd99 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,16 @@ The following OCA addons are included (in v10.0, and only the ones followed by * - partner_firstname * - repo: server-tools modules: - - date_range + - date_range (moved to server-ux in v12) - auth_session_timeout - auth_brute_force - password_security - repo: server-brand (only in v12) modules: - disable_odoo_online + - repo: server-ux (only in v12) + modules: + - date_range (was in server-tools in v10) - repo: social modules: - mail_debrand *