From 083201f7a927e970c25d515e0e5820bc5e43701b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Tue, 7 Mar 2023 04:51:00 +0100 Subject: [PATCH] [ADD] AK PR for bank_statement --- 16.0.Dockerfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/16.0.Dockerfile b/16.0.Dockerfile index d5b7161..174b694 100644 --- a/16.0.Dockerfile +++ b/16.0.Dockerfile @@ -71,9 +71,13 @@ RUN set -x; \ git clone -b 16.0 --depth 1 https://github.com/OCA/account-reconcile.git /tmp/oca-repos/account-reconcile &&\ mv /tmp/oca-repos/account-reconcile/account_statement_base \ /opt/odoo/additional_addons/ &&\ - # Until migrated to OCA (https://github.com/OCA/bank-statement-import/pull/535) - git clone -b 16.0-mig-account_statement_import --depth 1 https://github.com/sonhd91/bank-statement-import.git /tmp/oca-repos/bank-statement-import-sonhd91 &&\ - mv /tmp/oca-repos/bank-statement-import-sonhd91/account_statement_import_file \ + # Until migrated to OCA (https://github.com/OCA/bank-statement-import/pull/575) + git clone -b 16-mig-account_statement_import_file --depth 1 https://github.com/akretion/bank-statement-import.git /tmp/oca-repos/bank-statement-import-ak1 &&\ + mv /tmp/oca-repos/bank-statement-import-ak1/account_statement_import_file \ + /opt/odoo/additional_addons/ &&\ + # Until migrated to OCA (https://github.com/OCA/bank-statement-import/pull/577) + git clone -b 16-mig-account_statement_import_ofx --depth 1 https://github.com/akretion/bank-statement-import.git /tmp/oca-repos/bank-statement-import-ak2 &&\ + mv /tmp/oca-repos/bank-statement-import-ak2/account_statement_import_ofx \ /opt/odoo/additional_addons/ &&\ git clone -b 16.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_base \ -- GitLab