From 1d4ad3cd9bb6ed3eed13ab99b3166726fb250261 Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Tue, 2 Apr 2019 16:36:00 +0200 Subject: [PATCH] Revert "Remove auth_session_timeout not compatible anymore with auth_cas" This reverts commit 4c22440efb30b880301c770e3c04c8e7f48c71b0. --- 10.0.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/10.0.Dockerfile b/10.0.Dockerfile index 74429c9..9f5ee8b 100644 --- a/10.0.Dockerfile +++ b/10.0.Dockerfile @@ -77,6 +77,7 @@ RUN set -x; \ /opt/odoo/additional_addons/ &&\ git clone -b 10.0 --depth 1 https://github.com/OCA/server-tools.git /tmp/oca-repos/server-tools &&\ mv /tmp/oca-repos/server-tools/date_range \ + /tmp/oca-repos/server-tools/auth_session_timeout \ /tmp/oca-repos/server-tools/auth_brute_force \ /tmp/oca-repos/server-tools/password_security \ /opt/odoo/additional_addons/ &&\ -- GitLab