0

We're using odoo.sh platform with odoo14. The installed wkhtmltopdf is wkhtmltopdf_paas_wrapper 0.12.5, we can't upgrade to 0.12.6 because the access is very limited we cant use 'sudo' to apt-install. To temporarily solve this, we decided to use the 0.12.5 version. But it returns "Unable to call host printing service (HTTPError)" even with the right arguments. I've already tried it with the staging and production server, but still the same result. The ticket I've sent hasn't been replied to yet. This is so frustrating, I'm going bonkers...please help.

here's a screenshot: enter image description here

ps: unrecognized argument error was intentional so I can display the available args. I've also crossed out the project domain. Thank you

cuburt rivera
  • 63
  • 1
  • 5

1 Answers1

0

Apparently, to properly execute the package, it should not have been "wkhtmltopdf" but instead "wkhtmltopdf.bin". I've overridden the ir_actions_report.py to change the package name. Here's the snippet of the original source code:

enter image description here

They shouldve known better, its a paid platform.

cuburt rivera
  • 63
  • 1
  • 5