Skip to content
Extraits de code Groupes Projets
Valider ce46687e rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[UPD] server-brand PRs merged

parent 00a12ea9
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -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 \
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter