diff --git a/16.0-scratch.Dockerfile b/16.0-scratch.Dockerfile index 9b99dab8b7085167f0cb76caf18694447a3b9be8..5afd78569a9cb7254434e5cfac130604f3345cae 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 47306d965bae186c8b7941c87608066cbfc40d92..11f5e946c8bf35ccf97cd787fbdcececf3f6c048 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/ &&\