From 4c22440efb30b880301c770e3c04c8e7f48c71b0 Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Thu, 28 Mar 2019 15:49:56 +0100 Subject: [PATCH] Remove auth_session_timeout not compatible anymore with auth_cas --- 10.0.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/10.0.Dockerfile b/10.0.Dockerfile index 9f5ee8b..74429c9 100644 --- a/10.0.Dockerfile +++ b/10.0.Dockerfile @@ -77,7 +77,6 @@ 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