From 746877c191712958b6d7ffab7c139773f9c70b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Tue, 10 Jan 2023 09:06:12 +0100 Subject: [PATCH] [ADD] account_move_name_sequence --- 16.0-scratch.Dockerfile | 10 +++++----- 16.0.Dockerfile | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/16.0-scratch.Dockerfile b/16.0-scratch.Dockerfile index 9b99dab..5afd785 100644 --- a/16.0-scratch.Dockerfile +++ b/16.0-scratch.Dockerfile @@ -58,13 +58,13 @@ RUN mkdir -p \ /tmp/oca-repos/account-financial-reporting \ && mv /tmp/oca-repos/account-financial-reporting/account_tax_balance \ /newroot/opt/odoo/additional_addons/ \ -# && git clone -b 16.0 --depth 1 \ -# https://github.com/OCA/account-financial-tools.git \ -# /tmp/oca-repos/account-financial-tools \ + && git clone -b 16.0 --depth 1 \ + https://github.com/OCA/account-financial-tools.git \ + /tmp/oca-repos/account-financial-tools \ # && mv /tmp/oca-repos/account-financial-tools/account_lock_date_update \ -# /tmp/oca-repos/account-financial-tools/account_move_name_sequence \ + && mv /tmp/oca-repos/account-financial-tools/account_move_name_sequence \ # /tmp/oca-repos/account-financial-tools/account_reconcile_show_boolean \ -# /newroot/opt/odoo/additional_addons/ \ + /newroot/opt/odoo/additional_addons/ \ # && git clone -b 16.0 --depth 1 \ # https://github.com/OCA/account-invoicing.git \ # /tmp/oca-repos/account-invoicing \ diff --git a/16.0.Dockerfile b/16.0.Dockerfile index 47306d9..11f5e94 100644 --- a/16.0.Dockerfile +++ b/16.0.Dockerfile @@ -51,11 +51,11 @@ RUN set -x; \ mkdir -p /tmp/oca-repos/ &&\ git clone -b 16.0 --depth 1 https://github.com/OCA/account-financial-reporting.git /tmp/oca-repos/account-financial-reporting &&\ mv /tmp/oca-repos/account-financial-reporting/account_tax_balance /opt/odoo/additional_addons/ &&\ -# git clone -b 16.0 --depth 1 https://github.com/OCA/account-financial-tools.git /tmp/oca-repos/account-financial-tools &&\ + git clone -b 16.0 --depth 1 https://github.com/OCA/account-financial-tools.git /tmp/oca-repos/account-financial-tools &&\ # mv /tmp/oca-repos/account-financial-tools/account_lock_date_update \ -# /tmp/oca-repos/account-financial-tools/account_move_name_sequence \ + mv /tmp/oca-repos/account-financial-tools/account_move_name_sequence \ # /tmp/oca-repos/account-financial-tools/account_reconcile_show_boolean \ -# /opt/odoo/additional_addons/ &&\ + /opt/odoo/additional_addons/ &&\ # git clone -b 16.0 --depth 1 https://github.com/OCA/account-invoicing.git /tmp/oca-repos/account-invoicing &&\ # mv /tmp/oca-repos/account-invoicing/sale_timesheet_invoice_description \ # /opt/odoo/additional_addons/ &&\ -- GitLab