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

[ADD] lefilament specific modules

parent f1c4aa8d
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,9 @@ RUN set -x; \ ...@@ -101,6 +101,9 @@ RUN set -x; \
/opt/odoo/additional_addons/ &&\ /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 &&\
# Install Le Filament default dependency
git clone -b 15.0 --depth 1 https://sources.le-filament.com/lefilament/remove_login_links.git /opt/odoo/private_addons/remove_login_links &&\
git clone -b 15.0 --depth 1 https://sources.le-filament.com/lefilament/lefilament_release_agent.git /opt/odoo/private_addons/lefilament_release_agent &&\
chown -R odoo:odoo /opt/odoo chown -R odoo:odoo /opt/odoo
# Copy entrypoint script and Odoo configuration file # Copy entrypoint script and Odoo configuration file
......
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