From e4c81fbd5eb6a96f80f535190ac04d3292b02fca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Thu, 26 Dec 2024 18:51:02 +0100
Subject: [PATCH] [ADD] web_responsive

---
 18.0.Dockerfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/18.0.Dockerfile b/18.0.Dockerfile
index bee3a08..7950813 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' \
-- 
GitLab