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

Add OCA default modules

parent a2f23569
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -79,9 +79,15 @@ RUN set -x; \ ...@@ -79,9 +79,15 @@ RUN set -x; \
/tmp/oca-repos/server-tools/password_security \ /tmp/oca-repos/server-tools/password_security \
/opt/odoo/additional_addons/ &&\ /opt/odoo/additional_addons/ &&\
git clone -b 10.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\ git clone -b 10.0 --depth 1 https://github.com/OCA/social.git /tmp/oca-repos/social &&\
mv /tmp/oca-repos/social/mail_restrict_follower_selection /opt/odoo/additional_addons/ &&\ mv /tmp/oca-repos/social/mail_debrand \
/tmp/oca-repos/social/mail_restrict_follower_selection \
/opt/odoo/additional_addons/ &&\
git clone -b 10.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\ git clone -b 10.0 --depth 1 https://github.com/OCA/web.git /tmp/oca-repos/web &&\
mv /tmp/oca-repos/web/web_export_view /opt/odoo/additional_addons/ &&\ mv /tmp/oca-repos/web/web_environment_ribbon \
/tmp/oca-repos/web/web_export_view \
/tmp/oca-repos/web/web_responsive \
/tmp/oca-repos/web/web_timeline \
/opt/odoo/additional_addons/ &&\
rm -rf /tmp/oca-repos/ &&\ rm -rf /tmp/oca-repos/ &&\
find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\ find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\
chown -R odoo:odoo /opt/odoo chown -R odoo:odoo /opt/odoo
......
...@@ -62,6 +62,12 @@ RUN set -x; \ ...@@ -62,6 +62,12 @@ RUN set -x; \
mv /tmp/oca-repos/account-financial-reporting/account_tax_balance /opt/odoo/additional_addons/ &&\ mv /tmp/oca-repos/account-financial-reporting/account_tax_balance /opt/odoo/additional_addons/ &&\
git clone -b 12.0 --depth 1 https://github.com/OCA/partner-contact.git /tmp/oca-repos/partner-contact &&\ git clone -b 12.0 --depth 1 https://github.com/OCA/partner-contact.git /tmp/oca-repos/partner-contact &&\
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 &&\
mv /tmp/oca-repos/server_brand/disable_odoo_online /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 &&\
mv /tmp/oca-repos/web/web_responsive /tmp/oca-repos/web/web_environment_ribbon /tmp/oca-repos/web/web_timeline /opt/odoo/additional_addons/ &&\
rm -rf /tmp/oca-repos/ &&\ rm -rf /tmp/oca-repos/ &&\
find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\ find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\
chown -R odoo:odoo /opt/odoo chown -R odoo:odoo /opt/odoo
......
...@@ -40,12 +40,19 @@ The following OCA addons are included (in v10.0, and only the ones followed by * ...@@ -40,12 +40,19 @@ The following OCA addons are included (in v10.0, and only the ones followed by *
- auth_session_timeout - auth_session_timeout
- auth_brute_force - auth_brute_force
- password_security - password_security
- repo: server-brand (only in v12)
modules:
- disable_odoo_online
- repo: social - repo: social
modules: modules:
- mail_debrand *
- mail_restrict_follower_selection - mail_restrict_follower_selection
- repo: web - repo: web
modules: modules:
- web_environment_ribbon *
- web_export_view - web_export_view
- web_responsive *
- web_timeline *
``` ```
# Usage # Usage
......
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