My company logo looks great on the forms but when I preview an invoice in the customer portal our company logo is extremely blurry. I have tried using different size images, including images that we use for large prints.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hi Lauren Plantas,
I believe you should you the class= "img-fluid" it takes the image in the same resolution as it is and adjust the image properly as the original size.
Here is a example of code used in xml:
<field name = "Name_of_field" widget= "image" class = "img-fluid"/>
Thanks.
Hi Lauren Plantas,
I beleve that your logo size is 1 * 2 or 1 * 3 or 1 * 4, or above,
odoo always try to make the image as squer. try a 1 * 1 image. then chec
Regards,
Nikhilkrishnan
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
May be problem of wkhtmltopdf version