콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
1494 화면

Hi,

I am setting up a new Odoo 16 instance on Docker for testing. I am facing an issue when I go to Preview Document under settings, it just hangs and shows "Still Loading, Please Be Patient"

Please advise

아바타
취소
베스트 답변

I think it is related to  wkhtmlToPDF.
You should install it before installing odoo.
Through the following commands:
Download the package
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb


Install the package
sudo dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb


Fix dependencies
sudo apt install -f

Also, check worker = 2 in the odoo.conf file

아바타
취소