From 42941ccb88f5d31f19c6c7e155c2f599824256b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Thu, 6 Mar 2025 22:29:23 +0100
Subject: [PATCH] [ADD] support for importing ods and xlsx

---
 17.0.Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/17.0.Dockerfile b/17.0.Dockerfile
index 27209c4..132cffe 100644
--- a/17.0.Dockerfile
+++ b/17.0.Dockerfile
@@ -19,6 +19,8 @@ RUN set -x; \
     'astor' \
     'git+https://github.com/OCA/openupgradelib.git@master' \
     'git+https://github.com/odoo/upgrade-util@master' \
+    'odfpy' \
+    'openpyxl' \
     'phonenumbers==8.13.40' \
     'zxcvbn==4.4.28'
 
@@ -53,6 +55,8 @@ RUN pip3 install --no-index --find-links=/svc/wheels --requirement https://raw.g
     'astor' \
     'openupgradelib' \
     'odoo_upgrade' \
+    'odfpy' \
+    'openpyxl' \
     'phonenumbers' \
     'zxcvbn'
 
-- 
GitLab