diff --git a/14.0.Dockerfile b/14.0.Dockerfile index a4a31da572b26170d523c707d573d7ad68e202e1..8f82487fa7190277b3fc3fd08c30b4aa7f897fcb 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 &&\