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

[ADD] PR for OCA server-brand modules

parent c1c1a4b1
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,14 @@ RUN mkdir -p \
# && 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 \
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 \
https://github.com/OCA/server-tools.git \
/tmp/oca-repos/server-tools \
......
......@@ -102,6 +102,12 @@ RUN set -x; \
# 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 \
/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 &&\
mv /tmp/oca-repos/server-tools/base_view_inheritance_extension \
/tmp/oca-repos/server-tools/module_change_auto_install \
......
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