Skip to content
Snippets Groups Projects
Commit 2669e5ed authored by remi-filament's avatar remi-filament
Browse files

Add date_range support

parent 735957dd
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,8 @@ RUN set -x; \
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-ux &&\
mv /tmp/oca-repos/server-ux/date_range /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 &&\
......
......@@ -36,13 +36,16 @@ The following OCA addons are included (in v10.0, and only the ones followed by *
- partner_firstname *
- repo: server-tools
modules:
- date_range
- date_range (moved to server-ux in v12)
- auth_session_timeout
- auth_brute_force
- password_security
- repo: server-brand (only in v12)
modules:
- disable_odoo_online
- repo: server-ux (only in v12)
modules:
- date_range (was in server-tools in v10)
- repo: social
modules:
- mail_debrand *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment