Hello,
I am using odoo 12 community.
I want to print sale order template content into pdf report, I have extended report template and it displays content in the report but it is not showing content as showing in html report format/ sale order quotation page.
This is my pdf report: https://prnt.sc/qu1eh5
You can see here the quotation webpage: https://prnt.sc/qu1cg2
I have tried to apply css but it is not working. I think the main reason is flex style is not applying. You can check the issue here: https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1522
I have tried this style:
display: -webkit-box;
But not working for this report.
Please help
For report header and footer: http://bit.ly/2VMX63r