From b9be96f613fb5709ade63cf05472e50096451ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Tue, 18 Jun 2024 12:26:22 +0200 Subject: [PATCH] [ADD] account_statement_import_file_reconcile_oca --- 16.0.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/16.0.Dockerfile b/16.0.Dockerfile index a13835a..e2308ff 100644 --- a/16.0.Dockerfile +++ b/16.0.Dockerfile @@ -80,6 +80,7 @@ RUN set -x; \ && get_addons 'https://github.com/OCA/bank-statement-import' '16.0' 'additional_addons' \ account_statement_import_base \ account_statement_import_file \ + account_statement_import_file_reconcile_oca \ account_statement_import_ofx \ && get_addons 'https://github.com/OCA/crm' '16.0' 'additional_addons' \ crm_stage_probability \ -- GitLab