From 2669e5ed853d5451ae8a933a753354b33e272bac Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Tue, 12 Feb 2019 16:47:08 +0100 Subject: [PATCH] Add date_range support --- 12.0.Dockerfile | 2 ++ README.md | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/12.0.Dockerfile b/12.0.Dockerfile index c28a616..087e905 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 e4dc82c..0a722a8 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 * -- GitLab