From bd6594f7f56fc7451a83e9c3651b2dd96f73bc44 Mon Sep 17 00:00:00 2001 From: Marcel Walter Date: Sun, 26 Oct 2025 02:02:24 +0200 Subject: [PATCH] even more dependencies --- install/odoo-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/odoo-install.sh b/install/odoo-install.sh index c07ec94c1..8e24cfc49 100644 --- a/install/odoo-install.sh +++ b/install/odoo-install.sh @@ -19,6 +19,7 @@ $STD apt install -y python3-ldap $STD apt install -y python3-xlwt $STD apt install -y python3-num2words $STD apt install -y python3-stdnum +$STD apt install -y python3-autocommand python3-inflect python3-jaraco.context python3-jaraco.functools python3-more-itertools python3-pkg-resources python3-typeguard python3-pkg-resources curl -fsSL "http://archive.ubuntu.com/ubuntu/pool/universe/l/lxml-html-clean/python3-lxml-html-clean_0.1.1-1_all.deb" -o /opt/python3-lxml-html-clean.deb $STD dpkg -i /opt/python3-lxml-html-clean.deb curl -fsSL "http://archive.ubuntu.com/ubuntu/pool/universe/v/vatnumber/python3-vatnumber_1.2-9_all.deb" -o /opt/python3-vatnumber.deb