From 075b34a2e680570d7e9fc7dbfb53eb58d8ec7fb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com>
Date: Mon, 14 Oct 2024 17:42:52 +0200
Subject: [PATCH] change(Dockerfile): add some migrated modules which have not
 yet been merged

---
 17.0.Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/17.0.Dockerfile b/17.0.Dockerfile
index fbb02dd..fc0c8d6 100644
--- a/17.0.Dockerfile
+++ b/17.0.Dockerfile
@@ -97,11 +97,15 @@ RUN set -x; \
     account_statement_import_file \
     account_statement_import_file_reconcile_oca \
     # account_statement_import_ofx \
+  && get_addons 'https://github.com/lefilament/bank-statement-import' '17.0-mig-account_statement_import_ofx' 'additional_addons' \
+    account_statement_import_ofx \
   && get_addons 'https://github.com/OCA/crm' '17.0' 'additional_addons' \
     crm_stage_probability \
   && get_addons 'https://github.com/OCA/l10n-france' '17.0' 'additional_addons' \
     l10n_fr_siret \
     # l10n_fr_siret_lookup \
+  && get_addons 'https://github.com/David-Luis-Mora/l10n-france' '17.0-mig-l10n_fr_siret_lookup' 'additional_addons' \
+    l10n_fr_siret_lookup \
   && get_addons 'https://github.com/OCA/partner-contact' '17.0' 'additional_addons' \
     # partner_disable_gravatar \
     partner_firstname \
-- 
GitLab