Skip to content
Snippets Groups Projects
Commit ce46687e authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[UPD] server-brand PRs merged

parent 00a12ea9
No related branches found
No related tags found
No related merge requests found
...@@ -117,15 +117,8 @@ RUN mkdir -p \ ...@@ -117,15 +117,8 @@ RUN mkdir -p \
# /tmp/oca-repos/server-auth \ # /tmp/oca-repos/server-auth \
# && mv /tmp/oca-repos/server-auth/password_security \ # && mv /tmp/oca-repos/server-auth/password_security \
# /newroot/opt/odoo/additional_addons/ \ # /newroot/opt/odoo/additional_addons/ \
# && git clone -b 16.0 --depth 1 \
# https://github.com/OCA/server-brand.git \
# /tmp/oca-repos/server-brand \
# && mv /tmp/oca-repos/server-brand/disable_odoo_online \
# /tmp/oca-repos/server-brand/remove_odoo_enterprise \
# /newroot/opt/odoo/additional_addons/ \
# Until migrated to OCA (https://github.com/OCA/server-brand/pulls)
&& git clone -b 16.0 --depth 1 \ && git clone -b 16.0 --depth 1 \
https://github.com/lefilament/server-brand.git \ https://github.com/OCA/server-brand.git \
/tmp/oca-repos/server-brand \ /tmp/oca-repos/server-brand \
&& mv /tmp/oca-repos/server-brand/disable_odoo_online \ && mv /tmp/oca-repos/server-brand/disable_odoo_online \
/tmp/oca-repos/server-brand/portal_odoo_debranding \ /tmp/oca-repos/server-brand/portal_odoo_debranding \
......
...@@ -98,12 +98,7 @@ RUN set -x; \ ...@@ -98,12 +98,7 @@ RUN set -x; \
# git clone -b 16.0 --depth 1 https://github.com/OCA/server-auth.git /tmp/oca-repos/server-auth &&\ # git clone -b 16.0 --depth 1 https://github.com/OCA/server-auth.git /tmp/oca-repos/server-auth &&\
# mv /tmp/oca-repos/server-auth/password_security \ # mv /tmp/oca-repos/server-auth/password_security \
# /opt/odoo/additional_addons/ &&\ # /opt/odoo/additional_addons/ &&\
# git clone -b 16.0 --depth 1 https://github.com/OCA/server-brand.git /tmp/oca-repos/server-brand &&\ git clone -b 16.0 --depth 1 https://github.com/OCA/server-brand.git /tmp/oca-repos/server-brand &&\
# mv /tmp/oca-repos/server-brand/disable_odoo_online \
# /tmp/oca-repos/server-brand/remove_odoo_enterprise \
# /opt/odoo/additional_addons/ &&\
# Until migrated to OCA (https://github.com/OCA/server-brand/pulls)
git clone -b 16.0 --depth 1 https://github.com/lefilament/server-brand.git /tmp/oca-repos/server-brand &&\
mv /tmp/oca-repos/server-brand/disable_odoo_online \ mv /tmp/oca-repos/server-brand/disable_odoo_online \
/tmp/oca-repos/server-brand/portal_odoo_debranding \ /tmp/oca-repos/server-brand/portal_odoo_debranding \
/tmp/oca-repos/server-brand/remove_odoo_enterprise \ /tmp/oca-repos/server-brand/remove_odoo_enterprise \
...@@ -116,7 +111,7 @@ RUN set -x; \ ...@@ -116,7 +111,7 @@ RUN set -x; \
mv /tmp/oca-repos/server-ux/server_action_mass_edit \ mv /tmp/oca-repos/server-ux/server_action_mass_edit \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 16.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\ git clone -b 16.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\
mv /tmp/oca-repos/social/mail_debrand \ mv /tmp/oca-repos/social/mail_debrand \
# /tmp/oca-repos/social/mail_tracking \ # https://github.com/OCA/social/pull/1029 # /tmp/oca-repos/social/mail_tracking \ # https://github.com/OCA/social/pull/1029
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 16.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\ git clone -b 16.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment