Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
7823 Представления

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.


Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
4
сент. 24
16013
1
июл. 21
3376
2
мар. 24
11259
2
июн. 20
5581
1
апр. 19
3414