how to add a new report under openeducat_exam -->under marksheet registers . using another module?
please help me.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
how to add a new report under openeducat_exam -->under marksheet registers . using another module?
please help me.
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up