Skip to Content
Menu
This question has been flagged
2 Replies
3856 Views

I moved odoo from standalone docker container to Openshift Container Platform. Under Inventory -> Master Data -> Products,  Selected the any Product and try doing Print -> Product Label (PDF). Still Loading and then "The operation interrupted. This usually means that the current operation is taking too much time." And never able to generate the PDF. 


While same operation is working fine in Standalone Container deployed inside a VMs.


Avatar
Discard
Author Best Answer

On system where odoo running as docker container:

[root@~]# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/postgres 10 897b33033d64 3 months ago 230 MB
docker.io/odoo latest 00ff7de764ce 3 months ago 1.18 GB
[root@~]# docker exec -it odoo bash
odoo@285dbba51ea9:/$ odoo --version
Odoo Server 12.0-20190424
odoo@285dbba51ea9:/$ /usr/local/bin/wkhtmltopdf -V
wkhtmltopdf 0.12.5 (with patched qt)
odoo@285dbba51ea9:/$

On Openshift Container Platform:

odoo@odoo-t3-1-w28lc:/$ odoo --version
Odoo Server 12.0-20190424
odoo@odoo-t3-1-w28lc:/$ /usr/local/bin/wkhtmltopdf -V
wkhtmltopdf 0.12.5 (with patched qt)
odoo@odoo-t3-1-w28lc:/$ 


Please see the version of odoo and wkhtmltopdf are same on both cases.

Avatar
Discard