Skip to content
Extraits de code Groupes Projets
Valider 746877c1 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[ADD] account_move_name_sequence

parent 7050c8ea
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -58,13 +58,13 @@ RUN mkdir -p \ ...@@ -58,13 +58,13 @@ RUN mkdir -p \
/tmp/oca-repos/account-financial-reporting \ /tmp/oca-repos/account-financial-reporting \
&& mv /tmp/oca-repos/account-financial-reporting/account_tax_balance \ && mv /tmp/oca-repos/account-financial-reporting/account_tax_balance \
/newroot/opt/odoo/additional_addons/ \ /newroot/opt/odoo/additional_addons/ \
# && git clone -b 16.0 --depth 1 \ && git clone -b 16.0 --depth 1 \
# https://github.com/OCA/account-financial-tools.git \ https://github.com/OCA/account-financial-tools.git \
# /tmp/oca-repos/account-financial-tools \ /tmp/oca-repos/account-financial-tools \
# && mv /tmp/oca-repos/account-financial-tools/account_lock_date_update \ # && 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 \ # /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 \ # && git clone -b 16.0 --depth 1 \
# https://github.com/OCA/account-invoicing.git \ # https://github.com/OCA/account-invoicing.git \
# /tmp/oca-repos/account-invoicing \ # /tmp/oca-repos/account-invoicing \
......
...@@ -51,11 +51,11 @@ RUN set -x; \ ...@@ -51,11 +51,11 @@ RUN set -x; \
mkdir -p /tmp/oca-repos/ &&\ 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 &&\ 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/ &&\ 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 \ # 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 \ # /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 &&\ # 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 \ # mv /tmp/oca-repos/account-invoicing/sale_timesheet_invoice_description \
# /opt/odoo/additional_addons/ &&\ # /opt/odoo/additional_addons/ &&\
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter