Skip to content
Snippets Groups Projects
Commit 467477c7 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[ADD] account_reconcile_model_oca and git version of openupgradelib

parent fe7affbc
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ RUN set -x; \
# python-stdnum>=1.18 required by l10n_fr_siret and l10n_fr_siret_lookup
# PyYAML required by custom scripts for adding modules (https://sources.le-filament.com/lefilament/ansible-roles/docker_odoo/-/tree/master/templates)
# zxcvbn required by password_security
pip wheel --wheel-dir=/svc/wheels astor openupgradelib phonenumbers python-stdnum>=1.18 PyYAML zxcvbn
pip wheel --wheel-dir=/svc/wheels astor git+https://github.com/OCA/openupgradelib.git@master phonenumbers python-stdnum>=1.18 PyYAML zxcvbn
FROM python:3.11-slim-bookworm AS final
......@@ -61,6 +61,7 @@ RUN set -x; \
# /opt/odoo/additional_addons/ &&\
curl -L https://github.com/OCA/account-reconcile/tarball/17.0 | tar -xzC /tmp/oca-repos/ --one-top-level="account-reconcile" --strip-components 1 &&\
mv /tmp/oca-repos/account-reconcile/account_statement_base \
/tmp/oca-repos/account-reconcile/account_reconcile_model_oca \
/tmp/oca-repos/account-reconcile/account_reconcile_oca \
/opt/odoo/additional_addons/ &&\
curl -L https://github.com/OCA/bank-statement-import/tarball/17.0 | tar -xzC /tmp/oca-repos/ --one-top-level="bank-statement-import" --strip-components 1 &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment