I am trying to generate PDF invoices from Odoo 8, and all the header information is missing. If I select HTML then the header information is present, but not for PDF. All the right pieces seem to be in place (the QWeb external.layout[_header,_footer] layouts are present, and seem to hold the right tags. Obviously the information is present if the HTML form can find it. How do I go about debuging this?
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
2
Replies
2562
Views
For your information, Odoo recommend the version 0.12.1.
The default version on debian will not support header / footer.
Take a look here : https://www.odoo.com/documentation/8.0/setup/install.html for more information.
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
Problem is that I am running on an ARM board(armhf), so the nightly extra DEBs are no use to me. Is the debian control files that built those DEBs availabe somewhere?
The version in sid currently is 1.12.2, do I have to go back to 1.12.1? If this is a regression, do you know if it is fixed in 1.12.3 which seems to be the newest stable version?
I have found a copy of 1.2.1 for armhf in the debian archive. But it does not solve the problem - the symptom remains the same.