diff --git a/12.0.Dockerfile b/12.0.Dockerfile index f3f36c61c637dc56f428894b619f60c6a9aa22cf..c28a616543bdbd8cbe74a9772dc8f58d4b644e15 100644 --- a/12.0.Dockerfile +++ b/12.0.Dockerfile @@ -62,8 +62,8 @@ RUN set -x; \ mv /tmp/oca-repos/account-financial-reporting/account_tax_balance /opt/odoo/additional_addons/ &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/partner-contact.git /tmp/oca-repos/partner-contact &&\ mv /tmp/oca-repos/partner-contact/partner_firstname /opt/odoo/additional_addons/ &&\ - git clone -b 12.0 --depth 1 https://github.com/OCA/server_brand.git /tmp/oca-repos/server_brand &&\ - mv /tmp/oca-repos/server_brand/disable_odoo_online /opt/odoo/additional_addons/ &&\ + git clone -b 12.0 --depth 1 https://github.com/OCA/server-brand.git /tmp/oca-repos/server-brand &&\ + mv /tmp/oca-repos/server-brand/disable_odoo_online /opt/odoo/additional_addons/ &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\ mv /tmp/oca-repos/social/mail_debrand /opt/odoo/additional_addons/ &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\