This question has been flagged
6 Replies
5100 Views

hello,
I'm beginner at odoo developing, I made a simple module that displays student's name and last name, before asking here I've visited too much forums and blogs and didn't find out how to add a button that prints the info of each student.
they say an object called report must be used, but i saw later report is no longer at odoo11.
any help will be appreciated.

thank you

Avatar
Discard
Best Answer

Hello,

You can learn about initial report from below links:

https://www.odoo.com/documentation/11.0/reference/reports.html
https://www.odoo.yenthevg.com/inheriting-and-modifying-qweb-reports/

Hope these will helpful for you

Avatar
Discard
Best Answer

Hello,

follow this link

https://www.odoo.com/documentation/11.0/reference/reports.html

using <report> you can add the option for print the report.

Avatar
Discard
Best Answer

Some times Odoo forum also not available.

But you have to check Odoo documentation

Avatar
Discard
Best Answer

Hope this will helps

Odoo QWEB Reporting:
1- http://learnopenerp.blogspot.com/2016/11/how-to-create-qweb-reports-in-openerp.html
2- http://learnopenerp.blogspot.com/2016/09/how-to-create-custom-reports-in-odoo.html
Avatar
Discard
Author Best Answer

hello everyone. these links are useful thank you,
depending in your links, I managed to do it by creating a report and its template that has all the information I want to print.
thanks all.

Avatar
Discard