From be684ea27bf09362485ed10231bf67589fa2fca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Fri, 15 Nov 2024 09:24:57 +0100 Subject: [PATCH] [FIX] module name incorrect --- 18.0.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/18.0.Dockerfile b/18.0.Dockerfile index 58f725e..4dd218c 100644 --- a/18.0.Dockerfile +++ b/18.0.Dockerfile @@ -100,7 +100,7 @@ RUN set -x; \ && get_addons 'https://github.com/xaviedoanhduy/account-reconcile' '18.0-mig-account_statement_base' 'additional_addons' \ account_statement_base \ && get_addons 'https://github.com/xaviedoanhduy/account-reconcile' '18.0-mig-account_reconcile_model_oca' 'additional_addons' \ - account_reconcile_oca \ + account_reconcile_model_oca \ # && get_addons 'https://github.com/OCA/bank-statement-import' '18.0' 'additional_addons' \ # account_statement_import_base \ # account_statement_import_file \ -- GitLab