diff --git a/16.0.Dockerfile b/16.0.Dockerfile index e09183148997536334b792824b82f3e0624d0393..8f84ce87c30d07a2ae2ef7c80987044aeae5a36d 100644 --- a/16.0.Dockerfile +++ b/16.0.Dockerfile @@ -116,6 +116,7 @@ RUN set -x; \ # Install Le Filament default dependency git clone -b 16.0 --depth 1 https://sources.le-filament.com/lefilament/remove_login_links.git /opt/odoo/private_addons/remove_login_links &&\ git clone -b 16.0 --depth 1 https://sources.le-filament.com/lefilament/lefilament_release_agent.git /opt/odoo/private_addons/lefilament_release_agent &&\ + git clone -b 16.0 --depth 1 https://sources.le-filament.com/lefilament/restrict_access_rights.git /opt/odoo/private_addons/restrict_access_rights &&\ chown -R odoo:odoo /opt/odoo # Copy entrypoint script and Odoo configuration file