From 1513c928612719c09088d4484993d9cc499d036c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Wed, 26 Oct 2022 18:45:31 +0200
Subject: [PATCH] [ADD] account_statement_import_base and
 file_reconciliation_widget

---
 14.0.Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/14.0.Dockerfile b/14.0.Dockerfile
index a4a31da..8f82487 100644
--- a/14.0.Dockerfile
+++ b/14.0.Dockerfile
@@ -58,7 +58,9 @@ RUN set -x; \
         mv /tmp/oca-repos/account-reconcile/account_reconciliation_widget \
            /opt/odoo/additional_addons/ &&\
         git clone -b 14.0 --depth 1 https://github.com/OCA/bank-statement-import.git /tmp/oca-repos/bank-statement-import &&\
-        mv /tmp/oca-repos/bank-statement-import/account_statement_import \
+        mv /tmp/oca-repos/bank-statement-import/account_statement_import_base \
+           /tmp/oca-repos/bank-statement-import/account_statement_import \
+           /tmp/oca-repos/bank-statement-import/account_statement_import_file_reconciliation_widget \
            /tmp/oca-repos/bank-statement-import/account_statement_import_ofx \
            /opt/odoo/additional_addons/ &&\
         git clone -b 14.0 --depth 1 https://github.com/OCA/crm.git /tmp/oca-repos/crm &&\
-- 
GitLab