Skip to content
Extraits de code Groupes Projets
Valider 2669e5ed rédigé par remi-filament's avatar remi-filament
Parcourir les fichiers

Add date_range support

parent 735957dd
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -64,6 +64,8 @@ RUN set -x; \ ...@@ -64,6 +64,8 @@ RUN set -x; \
mv /tmp/oca-repos/partner-contact/partner_firstname /opt/odoo/additional_addons/ &&\ 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 &&\ 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/ &&\ 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 &&\ 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/ &&\ 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 &&\ 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 * ...@@ -36,13 +36,16 @@ The following OCA addons are included (in v10.0, and only the ones followed by *
- partner_firstname * - partner_firstname *
- repo: server-tools - repo: server-tools
modules: modules:
- date_range - date_range (moved to server-ux in v12)
- auth_session_timeout - auth_session_timeout
- auth_brute_force - auth_brute_force
- password_security - password_security
- repo: server-brand (only in v12) - repo: server-brand (only in v12)
modules: modules:
- disable_odoo_online - disable_odoo_online
- repo: server-ux (only in v12)
modules:
- date_range (was in server-tools in v10)
- repo: social - repo: social
modules: modules:
- mail_debrand * - mail_debrand *
......
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