Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Unable to find Wkhtmltopdf on this system. The report will be shown in html.

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
v8erroropenerp7wkhtmltopdfopenerpv8
2 Replies
36857 Tampilan
Avatar
Madura

Can anyone help me to resolve this? I tried installing wkhtml and added syst6em parameter, but still getting the same error. Any help would be greatly appreciated.

Thank You.

 

0
Avatar
Buang
Remya

Please check your system contains wkhtmltopdf. If it is not then install it.

Madura
Penulis

Hello Remiya, I have installed it using http://fedir.github.io/web/blog/2013/09/25/install-wkhtmltopdf-on-ubuntu/ but still i'm getting the same error.

Madura
Penulis

under this post Luke has been posted the real solution... @Luke Thank You... :)

Avatar
Madura
Penulis Jawaban Terbai

@ Luke, about the answer u have posted, in there I have tried the solution but still getting the same error. :( 

0
Avatar
Buang
Luke Branch

try the following to remove any apt-get packages (as they are currently an older version not suitable for the Odoo 8.0 branch): sudo apt-get --purge remove wkhtmltopdf - y sudo wget http://jaist.dl.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb sudo cp /usr/local/bin/wkhtmltopdf /usr/bin sudo cp /usr/local/bin/wkhtmltoimage /usr/bin post back if there are any errors in the process (eg. wget fails). Odoo v8.0 (RC1) currently seems to require Wkhtmltopdf 0.12.1 so a manual download and dpkg is required. If this fails please let me know what distribution you are using (eg. Ubuntu, Centos, etc.) and what version (eg. Ubuntu 14.04 server 64 bit). As the issue may be due to the fact the package you are trying to install is unsuitable for the system you have installed it on.

Madura
Penulis

@Luke, Thank you for ur help. But still i'm getting error while trying to print "Sales Orders". here is machine spec: Ubuntu 13.04 (GNU/Linux 3.8.0-29-generic x86_64)

Luke Branch

try the following to remove any apt-get packages (as they are currently an older version not suitable for the Odoo 8.0 branch): sudo apt-get --purge remove wkhtmltopdf - y sudo rm -rf /usr/bin/wkhtmltopdf sudo rm -rf /usr/bin/wkhtmltoimage sudo rm -rf wkhtmltox-0.12.1_linux-trusty-amd64.deb sudo wget http://jaist.dl.sourceforge.net/project/wkhtmltopdf/0.12.2-dev/wkhtmltox-0.12.2-6a13a51_linux-precise-amd64.deb sudo dpkg -i wkhtmltox-0.12.2-6a13a51_linux-precise-amd64.deb sudo cp /usr/local/bin/wkhtmltopdf /usr/bin sudo cp /usr/local/bin/wkhtmltoimage /usr/bin This wkhtmltopdf version is designed for an earlier version of Ubuntu (12.04 - Precise Pangolin).

Madura
Penulis

@Luke I tried the it with ur latest solution also but getting the same error :( ... is that need to chage the ownership of " /usr/bin/wkhtmltopdf " this to openerp user? currently it's under root.

Madura
Penulis

Hi Madura, Are you on a clean Ubuntu install, or has this Ubuntu install been used for other purposes previously? There are a huge number of factors that could be causing these issues so therefore I would suggest that you do the following: 1) download and install a copy of Ubuntu 14.04 server edition (http://releases.ubuntu.com/14.04/). Only run the setup and then go to step #2 when you have a command prompt. 2) wget https://raw.githubusercontent.com/lukebranch/openerp-install-scripts/master/odoo-saas4/ubuntu-14-04/odoo_install.sh 3) sudo sh odoo_install.sh 4) the script will then run and install all the required dependencies and setup everything for you. Once it is complete follow the instructions on the screen and reboot the machine. Once you reboot you should be able to access Odoo on your locale (ie. Ubuntu install) by typing into a browser "0.0.0.0:8072" and you should be able to see it on the local network as "http://[insert_your_server_ip_here]:8072".

Madura
Penulis

Hi Luke ... Thank you very much for your help.... :) it worked and it saved my day. This is the real solution for the "wkhtmltopdf" problem...:) thank you again..:)

Avatar
Luke Branch
Jawaban Terbai

Please refer to this post:

https://www.odoo.com/forum/Help-1/question/How-to-add-wkhtmltopdf-as-a-sytem-parameter-in-OpenERP-56486#answer-56501

0
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
OpenERP 7 : The command 'wkhtmltopdf' failed with error code = -11 Diselesaikan
error openerp7 wkhtmltopdf
Avatar
Avatar
1
Mar 20
6102
WARNING Test odoo.addons.base.models.ir_actions_report: wkhtmltopdf: Exit with code 1 due to network error: ProtocolUnknownError Diselesaikan
error wkhtmltopdf
Avatar
Avatar
Avatar
3
Mar 25
14816
Creating invoice error Diselesaikan
invoice error wkhtmltopdf
Avatar
Avatar
Avatar
3
Feb 24
3763
Why won't the header appear in a PDF report? Diselesaikan
v8 reports wkhtmltopdf
Avatar
Avatar
Avatar
Avatar
Avatar
5
Mei 23
20554
v8 TypeError: unbound method _login() must be called with res.users instance as first argument
v8 error login
Avatar
Avatar
3
Agu 20
9764
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now