From 9241843300ecb7cfb6060122fe0364430c2a0e96 Mon Sep 17 00:00:00 2001 From: Julien Castiaux Date: Mon, 4 Dec 2023 17:03:31 +0100 Subject: [PATCH] [FIX] administration/install: wkhtmltopdf 0.12.6 Official packages for wkhtmltopdf 0.12.5 are no more released since the release of wkhtmltopdf 0.12.6 in 2020. Debian 10 "Buster" and Ubuntu 20.04 "Focal" were the last system for which 0.12.5 was built[^1]. Installing 0.12.5 on a Ubuntu 22.04 "Jammy" (using the Focal package) fails for outdated dependencies. Official packages for wkhtmltopdf 0.12.6 are published on another repository[^2] than 0.12.5 used to, it includes packages for 0.12.6 for both Debian 11 "Bullseye" and Ubuntu 22.04 "Jammy". Version 0.12.6.1-r3 is compatible out-of-the-box with Odoo and has been used by runbot to test all 16.x, 17.x and master branches for the past month. This work makes it official that [wkhtmltopdf 0.12.6.1-r3] must be used for Odoo 16.0 and onward. [^1]: https://github.com/wkhtmltopdf/wkhtmltopdf/releases/tag/0.12.5 [^2]: https://github.com/wkhtmltopdf/packaging/releases [wkhtmltopdf 0.12.6.1-r3]: https://github.com/wkhtmltopdf/packaging/releases/tag/0.12.6.1-3 closes odoo/documentation#6796 X-original-commit: e5d77ee285104e196026183346e026d5cb2b6c21 Signed-off-by: Julien Castiaux (juc) --- content/administration/install/packages.rst | 8 ++++---- content/administration/install/source.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/administration/install/packages.rst b/content/administration/install/packages.rst index 667552ab4..a57660612 100644 --- a/content/administration/install/packages.rst +++ b/content/administration/install/packages.rst @@ -54,10 +54,10 @@ Odoo needs a `PostgreSQL `_ server to run properly. $ sudo systemctl start postgresql .. warning:: - `wkhtmltopdf` is not installed through **pip** and must be installed manually in `version 0.12.5 - `_ for it to support headers and - footers. Check out the `wkhtmltopdf wiki `_ for - more details on the various versions. + `wkhtmltopdf` is not installed through **pip** and must be installed manually in `version 0.12.6 + `_ for it to support headers + and footers. Check out the `wkhtmltopdf wiki `_ + for more details on the various versions. Repository ---------- diff --git a/content/administration/install/source.rst b/content/administration/install/source.rst index 7be3c6cc7..c3b5df9b9 100644 --- a/content/administration/install/source.rst +++ b/content/administration/install/source.rst @@ -409,10 +409,10 @@ Dependencies $ sudo npm install -g rtlcss .. warning:: - `wkhtmltopdf` is not installed through **pip** and must be installed manually in `version 0.12.5 - `_ for it to support headers and - footers. Check out the `wkhtmltopdf wiki `_ for - more details on the various versions. + `wkhtmltopdf` is not installed through **pip** and must be installed manually in `version 0.12.6 + `_ for it to support headers + and footers. Check out the `wkhtmltopdf wiki `_ + for more details on the various versions. .. _install/source/running_odoo: