From c17d8483b1d97ffd3110ba591845a4479ed5766d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Mon, 14 Apr 2025 16:38:13 +0200
Subject: [PATCH] [FIX] issue with module name for
 account_statement_import_file_reconcile_oca

---
 18.0.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/18.0.Dockerfile b/18.0.Dockerfile
index 02819c6..aac9520 100644
--- a/18.0.Dockerfile
+++ b/18.0.Dockerfile
@@ -103,7 +103,7 @@ RUN set -x; \
 #    account_statement_import_file_reconcile_oca \
     account_statement_import_ofx \
   && get_addons 'https://github.com/akretion/bank-statement-import' '18-mig-account_statement_import_file_reconcile_oca' 'additional_addons' \
-    account_statement_import_base \
+    account_statement_import_file_reconcile_oca \
   && get_addons 'https://github.com/OCA/crm' '18.0' 'additional_addons' \
     crm_stage_probability \
   && get_addons 'https://github.com/OCA/l10n-france' '18.0' 'additional_addons' \
-- 
GitLab