diff --git a/odoo/golem/Dockerfile.master b/odoo/golem/Dockerfile.master index 51f6ec1..a57bb87 100644 --- a/odoo/golem/Dockerfile.master +++ b/odoo/golem/Dockerfile.master @@ -6,7 +6,8 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \ && git clone --depth 1 -b 10.0 https://github.com/OCA/l10n-france \ && git clone --depth 1 -b 10.0 https://github.com/OCA/partner-contact \ && git clone --depth 1 -b 10.0 https://github.com/OCA/vertical-association \ - && git clone --depth 1 -b 10.0 https://github.com/OCA/web + && git clone --depth 1 -b 10.0 https://github.com/OCA/web \ + && git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme WORKDIR /opt/odoo/custom-addons ADD code/yaltik10.tar.gz yaltik/ diff --git a/odoo/golem/Dockerfile.v3 b/odoo/golem/Dockerfile.v3 index eb91d4f..6d48812 100644 --- a/odoo/golem/Dockerfile.v3 +++ b/odoo/golem/Dockerfile.v3 @@ -6,7 +6,8 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/community-data-files \ && git clone --depth 1 -b 10.0 https://github.com/OCA/l10n-france \ && git clone --depth 1 -b 10.0 https://github.com/OCA/partner-contact \ && git clone --depth 1 -b 10.0 https://github.com/OCA/vertical-association \ - && git clone --depth 1 -b 10.0 https://github.com/OCA/web + && git clone --depth 1 -b 10.0 https://github.com/OCA/web \ + && git clone --depth 1 -b 10.0 https://github.com/Openworx/backend_theme WORKDIR /opt/odoo/custom-addons ADD code/yaltik10.tar.gz yaltik/