Skip to Content
Menu
This question has been flagged
1 Reply
1308 Views

how to add a new report under openeducat_exam -->under marksheet registers . using another module?

please help me.

Avatar
Discard
Best Answer

Hi,

You can check out this video about how to create new pdf report in Odoo, in the report tag, you can specify the model name where you need to get the report.

See :- How To Create PDF Report in Odoo

<report
id="payslip_details_report"
model="hr.payslip"
string="PaySlip Details"
report_type="qweb-pdf"
name="hr_payroll.report_payslipdetails"
file="hr_payroll.report_payslipdetails"
/>

Thanks

Avatar
Discard