diff --git a/16.0-scratch.Dockerfile b/16.0-scratch.Dockerfile
index 13ee9363754c7e07f775bc14fa3835906807ab4b..e3edfc04212e67214e8d0b814a12e87189e30a26 100644
--- a/16.0-scratch.Dockerfile
+++ b/16.0-scratch.Dockerfile
@@ -66,9 +66,12 @@ RUN mkdir -p \
 #        /tmp/oca-repos/account-invoicing \
 #    && mv /tmp/oca-repos/account-invoicing/sale_timesheet_invoice_description \
 #        /newroot/opt/odoo/additional_addons/ \
-#    && git clone -b 16.0 --depth 1 \
-#        https://github.com/OCA/account-reconcile.git \
-#        /tmp/oca-repos/account-reconcile \
+    && 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 \
+        /tmp/oca-repos/account-reconcile/account_reconcile_oca \
+        /newroot/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 \