コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3546 ビュー

I couldn't print PDF from odoo 15 community version

アバター
破棄
最善の回答

Hi,

For printing qweb/pdf reports from Odoo, you have to install Wkhtmltopdf package.

For installing it:

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

Thanks

アバター
破棄
最善の回答

Hi,To print PDF report in odoo you need to install package wkhtmltopdfYou can follow the below command to install wkhtmltopdf.

sudo wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
sudo dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb
sudo apt install -f


And restart your odoo service.


Hope it helps

アバター
破棄
関連投稿 返信 ビュー 活動
0
3月 25
1530
1
3月 25
1665
2
7月 24
4281
1
5月 24
2588
0
6月 22
2494