diff --git a/plan/main b/plan/main index db0e703..2cb8ddf 100644 --- a/plan/main +++ b/plan/main @@ -3,11 +3,15 @@ odoo-16 xfonts-75dpi -wkhtmltopdf +wget python3-psycogreen -adduser -postgresql-client +adduser +postgresql-client python3 python3-passlib /* Needed to set admin password */ + +/* Installing specific version of wkhtmltox for Odoo compatibility */ +wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_amd64.deb +dpkg -i wkhtmltox_0.12.6.1-3.bookworm_amd64.deb || apt-get -f install