From 3a37e8b6af2c76186fd0efa078f70433458ba0aa Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Tue, 7 Mar 2023 10:26:12 +0100 Subject: [PATCH] [REM]Odoo 16 : remove MUK --- odoo/odoo/Dockerfile.ext.16 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/odoo/odoo/Dockerfile.ext.16 b/odoo/odoo/Dockerfile.ext.16 index a8cb727..8a484cc 100644 --- a/odoo/odoo/Dockerfile.ext.16 +++ b/odoo/odoo/Dockerfile.ext.16 @@ -11,8 +11,7 @@ RUN git clone --depth 1 -b 16.0 https://github.com/OCA/community-data-files && \ git clone --depth 1 -b 16.0 https://github.com/OCA/social && \ git clone --depth 1 -b 16.0 https://github.com/OCA/server-brand && \ git clone --depth 1 -b 16.0 https://github.com/OCA/web && \ - git clone --depth 1 -b 16.0 https://github.com/OCA/website && \ - git clone --depth 1 -b 16.0 https://github.com/muk-it/muk_web + git clone --depth 1 -b 16.0 https://github.com/OCA/website # Custom code WORKDIR /opt/odoo/custom-addons