diff --git a/18.0.Dockerfile b/18.0.Dockerfile index bee3a081382a433aa3367cb0d03a7a08e7ade8ee..795081399cfe8dde081c11a3c4eba13782f02ec6 100644 --- a/18.0.Dockerfile +++ b/18.0.Dockerfile @@ -112,7 +112,7 @@ RUN set -x; \ # && get_addons 'https://github.com/OCA/l10n-france' '18.0' 'additional_addons' \ # l10n_fr_siret \ # l10n_fr_siret_lookup \ - && get_addons 'https://github.com/akretion/l10n-france' '18-mig-siret_no_dep_accoun' 'additional_addons' \ + && get_addons 'https://github.com/OCA/l10n-france' '18.0' 'additional_addons' \ l10n_fr_siret \ l10n_fr_siret_account \ && get_addons 'https://github.com/apikcloud/l10n-france' '18.0-mig-l10n_fr_siret_lookup' 'additional_addons' \ @@ -130,10 +130,8 @@ RUN set -x; \ # project_template \ && get_addons 'https://github.com/OCA/server-brand' '18.0' 'additional_addons' \ disable_odoo_online \ -# portal_odoo_debranding \ - remove_odoo_enterprise \ - && get_addons 'https://github.com/Level4Tech/server-brand' '18.0-mig-portal_odoo_debranding' 'additional_addons' \ portal_odoo_debranding \ + remove_odoo_enterprise \ && get_addons 'https://github.com/OCA/server-tools' '18.0' 'additional_addons' \ base_view_inheritance_extension \ module_change_auto_install \ @@ -145,10 +143,12 @@ RUN set -x; \ web_environment_ribbon \ # web_refresher \ # web_responsive \ -# web_no_bubble \ + web_no_bubble \ # web_theme_classic \ && get_addons 'https://github.com/achulii/web' '18.0-mig-web_refresher' 'additional_addons' \ web_refresher \ + && get_addons 'https://github.com/kobros-tech/web' '18.0-mig-web_responsive' 'additional_addons' \ + web_responsive \ && find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete \ # Install Le Filament default addons. # && get_addons 'https://sources.le-filament.com/lefilament/remove_login_links.git' '18.0' 'private_addons/remove_login_links' \