From 11429b2f6aa5e0716955290d454d41741e163997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Mon, 3 Apr 2023 11:16:05 +0200 Subject: [PATCH] [ADD] account-reconcile modules --- 16.0-scratch.Dockerfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/16.0-scratch.Dockerfile b/16.0-scratch.Dockerfile index 13ee936..e3edfc0 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 \ -- GitLab