Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Kov
    • Nábytek
    • Jídlo
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • IT hardware a podpora
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Services for Partners
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

pdf print of report is working, but looks awefull - CSS is missing

Odebírat

Get notified when there's activity on this post

This question has been flagged
pdfreportingreportcsswkhtmltopdf
2 Odpovědi
11908 Zobrazení
Avatar
tertiadev

I've tried multiple versions of wkhtmltopdf and also configured the report.url to the address of our odoo onlineshop and the webkit_path is set to /usr/bin/wkhtmltopdf

The pdf report is showing only the text with the footer, but without the header. Everything aligned to the left side and no colors. So it seems the css is not integrated. How could I investigate furthur? Where might be my problem?

0
Avatar
Zrušit
Yenthe Van Ginneken (Mainframe Monkey)

Hi Terdiadev,


Usually this has to be doing with the Wkhtmltopdf version. The best is to use version 0.12.1 (as you can read here: https://github.com/odoo/odoo/issues/5177 )
If this is not the problem then have a look at Settings > Technical > Parameters > System parameters and make sure that the parameter 'web.base.url' contains the value 0.0.0.0:8069 or localhost:8069 or 127.0.0.1:8069. If this is not the case change it and create a new parameter.
Give the parameter the name 'web.base.url.freeze' and under value fill in 'True'.

Either one of those two will fix your problem.
Yenthe

Avatar
tertiadev
Autor Nejlepší odpověď

Hi Yenthe,

thanks for your good summary of what should be done!

With your help I got it to work! I'll explain my solution for others:

First I removed my other wkhtmltox with 'apt-get remove --purge wkhtmltox'

Then 'cd ~/tmp' and got me the 0.12.1 wkthmltopdf with 'wget http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb'

I installed it with 'dpkg -i  wkhtmltox-0.12.1_linux-trusty-amd64.deb' and then copied the files to /usr/bin/ with

'cd /usr/locale/bin/'

'mv wkhtmltoimage /usr/bin'

'mv wkhtmltopdf /usr/bin'

I verified the version with 'cd -' and 'wkhtmltopdf --version'

Then I restarted odoo and went as Yenthe explained to  Settings > Technical > Parameters > System parameters and changed the web.base.url parameter to http://mywebsitewithodoo.com:8069

I figured that I did not need to set web.base.url.freeze to True

Thanks a lot!

0
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
background-image working in html report but not in pdf report Vyřešeno
development pdf reporting report html css
Avatar
Avatar
Avatar
Avatar
Avatar
7
bře 22
58622
Change color of table td odoo14
pdf reporting report v14
Avatar
Avatar
1
dub 23
2432
CSS Flexbox not working when create pdf report
pdf qweb report css
Avatar
Avatar
1
úno 23
13188
[v12]Wkhtmltopdf failed (error code: -11) PDF Print Vyřešeno
pdf reporting wkhtmltopdf odoo12
Avatar
Avatar
Avatar
2
kvě 21
4723
Call a page from a different Report
pdf reporting report odoo13
Avatar
Avatar
1
čvn 20
3815
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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