Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

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

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
14 Antworten
114250 Ansichten
Avatar
Billiard R Made

I am using odoo on Windows 8 64bit.  I have installed Wkhtmltopdf to and in System Parameters I have set 

Key as       webkit_path

Value as    C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe

 

I still get the error below when I try to an invoice plus the report does not even come out in html.

 

Report

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

wkhtmltopdf.org

1
Avatar
Verwerfen
Brandon Fox

I'm having this same issue on on Ubuntu VPS 14.04

OdooBot
For Windows this is the answer but I have no knowledge of Linux

Control panel -> System -> 
    Advanced System Settings -> Advanced -> Environment variables

Add the following to your path right at the end 
;C:\Program Files\wkhtmltopdf\bin

On 4 October 2014 12:47, Brandon Fox <bfox@foxtrot.farm> wrote:

I'm having this same issue on on Ubuntu VPS 14.04

--
Brandon Fox
Sent by OpenERP S.A. using Odoo about Forum Post Unable to find Wkhtmltopdf on this system. The report will be shown in html

Avatar
HOme
Beste Antwort

On windows platform. Try to add the following parameter in .conf file of your odoo version. Don't forget to restart your odoo server afterwards. 

bin_path = C:/Program Files/wkhtmltopdf/bin


It works for me. 

5
Avatar
Verwerfen
Avatar
Brice MUANGKHOT
Beste Antwort

I have exactly the same error, but in Ubuntu 14.04, the problem comes from the PATH definition. Make sure that PATH contains /usr/locan/bin (where mkhtmltopdf is installed) in the case of Ubuntu, specifically in a startup file, like /etc/init.d/odoo-server.

 

 

2
Avatar
Verwerfen
Avatar
Mokrani lilya
Beste Antwort

For me i solved this problem by adding this line to conf file, restarted the server and it works: 

bin_path = D:\Odooe\Odoo14e\thirdparty

PS : i have   odoo14 on windows10


1
Avatar
Verwerfen
Avatar
Shayma T
Beste Antwort

this problem can be from the wrong address in conf file in

http_interface = 
0
Avatar
Verwerfen
Avatar
Aarvi Techsoft
Beste Antwort

Works Perfectly on my Ubuntu 18 Odoo 12 and Odoo13

Commands to execute:
sudo wget https://builds.wkhtmltopdf.org/0.12.1.3/wkhtmltox_0.12.1.3-1~bionic_amd64.deb
sudo dpkg -i wkhtmltox_0.12.1.3-1~bionic_amd64.deb
sudo apt-get install -f
sudo ln -s /usr/local/bin/wkhtmltopdf /usr/bin
sudo ln -s /usr/local/bin/wkhtmltoimage /usr/bin


After a service reboot or server reboot, it'll work.

Source: https://github.com/Yenthe666/InstallScript/issues/102

0
Avatar
Verwerfen
Hasan Qureshi

Same commands can be used for Ubuntu 20.04 as well. just changed the file name accordingly.

Ermin Trevisan

The recommended version of wkhtmltopdf for Odoo 10 and higher is 0.12.5. You can not simply copy/paste the above commands, they must be adapted according to the wkhtmltopdf version and the Ubuntu version.

Avatar
Jaime Vasquez
Beste Antwort

I believe it's because the space between "Program Files", try enclosing the value with "" or better yet set as the old DOS style: C:\PROGRA~1\wkhtmltopdf\bin\wkhtmltopdf.exe

Restart odoo and try.

0
Avatar
Verwerfen
Billiard R Made
Autor

Jaime I tried your suggestion and still there is no joy. Is there anyone out there who is happily using Odoo version 8 on Windows 8 64bit?

Damodar D.

Same error here on W7 64b... eager for good news...

OdooBot
Control panel -> System -> 
    Advanced System Settings -> Advanced -> Environment variables

Add the following to your path right at the end 
C:\Program Files\wkhtmltopdf\bin

On 5 October 2014 00:03, Damodar D. <damodaranudas@gmail.com> wrote:

Same error here on W7 64b... eager for good news...

--
Damodar D.
Sent by OpenERP S.A. using Odoo about Forum Post False

OdooBot
Control panel -> System -> 
    Advanced System Settings -> Advanced -> Environment variables

Add the following to your path right at the end 
;C:\Program Files\wkhtmltopdf\bin

On 5 October 2014 00:03, Damodar D. <damodaranudas@gmail.com> wrote:

Same error here on W7 64b... eager for good news...

--
Damodar D.
Sent by OpenERP S.A. using Odoo about Forum Post False

Avatar
Vincent MENARD
Beste Antwort

Hi, 

I had this issue resolved on windows 7 by modifying the PATH environment variable. Add at the end of the line ;C:\Program Files\wkhtmltopdf\bin\

then restart the system. 

If you run wkhtmltopdf in a command window and get the help description, then you are good.

 

0
Avatar
Verwerfen
Billiard R Made
Autor

Windows environment yes thanks

Avatar
Damodar D.
Beste Antwort

I've tried In W7 64b -> Control panel -> System -->   Advanced System Settings -> Advanced -> Environment variables and found the value path then added ;C:\Program Files\wkhtmltopdf\bin at the end of value.

At Odoo settings-> System parameter -> Key:  webkit_path   Value:  C:\PROGRA~1\wkhtmltopdf\bin\wkhtmltopdf.exe then reboot.

Now it seems to work but it generates a PDF without footer, but HTML is fine, any clue?

 

0
Avatar
Verwerfen
Simplify it!

Update Odoo to the latest version.

Damodar D.

@GH Mediaclud, I've updated and now its generating PDF without footer, changed to HTML and footer is right... I've followed https://github.com/odoo/odoo/issues/1105 but footer still missing, did you fix it?

Avatar
Jojo Moreno
Beste Antwort

I'm encountering same problem uding bitnami odoo 8.. :(

 

0
Avatar
Verwerfen
Billiard R Made
Autor

modify the PATH environment variable. Add at the end of the line ;C:\Program Files\wkhtmltopdf\bin\ then restart the system. If you run wkhtmltopdf in a command window and get the help description, then you are good.

Maël Camerlynck

Issue from bitnami please?

Avatar
DarioG2
Beste Antwort

I have the same problem. I've tried everything but without a positive reaction. The system always say that wkhtmltopdf could'nt be found.

On a Win7 32Bit System everything is OK, so it must be in the difference between 32 Bit and 64 Bit.

0
Avatar
Verwerfen
Avatar
Boniface Irungu
Beste Antwort

On Ubuntu 14.04 try this

Download file

sudo wget http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb

Navigate to downloaded directory and install package

sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb

Copy the files for your odoo user accessibility

Navigate to installation DIR cd /usr/local/bin

Copy

sudo cp wkhtmltoimage /usr/bin/wkhtmltoimage

sudo cp wkhtmltopdf /usr/bin/wkhtmltopdf

Restart your Odoo Server and Enjoy.

0
Avatar
Verwerfen
Avatar
Tu
Beste Antwort

On windows platform. It works for me.
1. Add to file config odoo 
bin_path = C:\Users\..\wkhtmltox\bin
2. Add to system parameters odoo
key = bin_path , value = C:\Users\..\wkhtmltox\bin
3. Restart Odoo.

0
Avatar
Verwerfen
Avatar
Ludo - 21South
Beste Antwort

Did you restart your server? It might pick it up when starting OpenERP.

0
Avatar
Verwerfen
Billiard R Made
Autor

Yes I restarted my server but the problem persists. Actually I restarted my computer. Is this a known bug or something to do with Windows?

Ludo - 21South

Not that I know of, but then again I have no experience of running Odoo on windows.

OdooBot

I am going to install on a Windows machine. By monthend I will be the Windows man

Regards,

Billiard

On Sep 29, 2014 4:48 PM, "Ludo - Neobis" <ludo@neobis.nl> wrote:

Not that I know of, but then again I have no experience of running Odoo on windows.

--
Ludo - Neobis
Sent by OpenERP S.A. using Odoo about Forum Post False
Avatar
Ashiq
Beste Antwort
I have same problem and try many suggestion but nothing work well. So i install wkhtmltopdf again like


sudo apt-get update
sudo apt-get install xvfb libfontconfig wkhtmltopdf

i hope it working


-1
Avatar
Verwerfen
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

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