Skip to Content
Menú
This question has been flagged
3 Respostes
7782 Vistes

I am working on odoo version 12.

I would like to know how to create a pdf report such that it combines different fields from linked models with charts and graphs in it.

For example, assuming that there are three models, using the fields linking each other through primary and foreign keys, i would like to get these fields on a report while creating data graphs and charts for them.


Avatar
Descartar
Best Answer

Hi,

You can call a parser for the report so that you can fetch the data from different models and then return those values to the report template.

See how to call parser while printing the report: Call A Python Function While Printing PDF Report in Odoo

Thanks

Avatar
Descartar
Related Posts Respostes Vistes Activitat
4
de set. 24
15958
1
de jul. 21
3345
2
de març 24
11233
2
de juny 20
5574
1
d’abr. 19
3381