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

[ADD] PR for OCA server-brand modules

parent c1c1a4b1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -123,6 +123,14 @@ RUN mkdir -p \ ...@@ -123,6 +123,14 @@ RUN mkdir -p \
# && mv /tmp/oca-repos/server-brand/disable_odoo_online \ # && mv /tmp/oca-repos/server-brand/disable_odoo_online \
# /tmp/oca-repos/server-brand/remove_odoo_enterprise \ # /tmp/oca-repos/server-brand/remove_odoo_enterprise \
# /newroot/opt/odoo/additional_addons/ \ # /newroot/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 \
/tmp/oca-repos/server-brand/portal_odoo_debranding \
/tmp/oca-repos/server-brand/remove_odoo_enterprise \
/newroot/opt/odoo/additional_addons/ &&\
&& git clone -b 16.0 --depth 1 \ && git clone -b 16.0 --depth 1 \
https://github.com/OCA/server-tools.git \ https://github.com/OCA/server-tools.git \
/tmp/oca-repos/server-tools \ /tmp/oca-repos/server-tools \
......
...@@ -102,6 +102,12 @@ RUN set -x; \ ...@@ -102,6 +102,12 @@ RUN set -x; \
# mv /tmp/oca-repos/server-brand/disable_odoo_online \ # mv /tmp/oca-repos/server-brand/disable_odoo_online \
# /tmp/oca-repos/server-brand/remove_odoo_enterprise \ # /tmp/oca-repos/server-brand/remove_odoo_enterprise \
# /opt/odoo/additional_addons/ &&\ # /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 \
/tmp/oca-repos/server-brand/portal_odoo_debranding \
/tmp/oca-repos/server-brand/remove_odoo_enterprise \
/opt/odoo/additional_addons/ &&\
git clone -b 16.0 --depth 1 https://github.com/OCA/server-tools.git /tmp/oca-repos/server-tools &&\ git clone -b 16.0 --depth 1 https://github.com/OCA/server-tools.git /tmp/oca-repos/server-tools &&\
mv /tmp/oca-repos/server-tools/base_view_inheritance_extension \ mv /tmp/oca-repos/server-tools/base_view_inheritance_extension \
/tmp/oca-repos/server-tools/module_change_auto_install \ /tmp/oca-repos/server-tools/module_change_auto_install \
......
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