From c7721d71abf166548c311b874af375d02906eb3f Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Thu, 24 Nov 2022 10:57:17 +0100 Subject: [PATCH] [ADD]Odoo v16 : add Yaltik repo --- odoo/odoo/Dockerfile.ext.16 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odoo/odoo/Dockerfile.ext.16 b/odoo/odoo/Dockerfile.ext.16 index 6fd4267..32801d5 100644 --- a/odoo/odoo/Dockerfile.ext.16 +++ b/odoo/odoo/Dockerfile.ext.16 @@ -13,8 +13,8 @@ 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/website # Custom code -# WORKDIR /opt/odoo/custom-addons -# RUN git clone --depth 1 -b 16.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom.git +WORKDIR /opt/odoo/custom-addons +RUN git clone --depth 1 -b 16.0 https://git.yaltik.net/Yaltik/yaltik_odoo_custom.git WORKDIR /opt/odoo