This question has been flagged
1 Reply
2396 Views

How can I load product data or order data in order to display them on invoice pdf?

For example, I want to dispay tax percentage for every product row, but I have to get this information from related order.

There is no enough documentation about template customization on odoo.com

Avatar
Discard
Best Answer

Alessandro, by default the report "invoices" has tax percentages of the items line by line. Check my screenshot;

http://imgur.com/vV8d5Sg

Avatar
Discard
Author

In my case, invoices are sychronized from magento, and orders are coming from magento too.

Anyway I need to add other additional information on the invoice pdf. I have read about defining new report parser in order to pick data from other models. Is it the only way?