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

[ADD] support for importing ods

parent 8fbe3b28
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ RUN set -x; \
'astor' \
'git+https://github.com/OCA/openupgradelib.git@master' \
'git+https://github.com/odoo/upgrade-util@master' \
'odfpy' \
'phonenumbers==8.13.40' \
'zxcvbn==4.4.28'
......@@ -51,6 +52,7 @@ RUN pip3 install --no-index --find-links=/svc/wheels --requirement https://raw.g
&& pip3 install --no-index --upgrade --find-links=/svc/wheels \
'astor' \
'openupgradelib' \
'odfpy' \
'odoo_upgrade' \
'phonenumbers' \
'zxcvbn'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment