odoo/addons/hr_holidays/report/hr_holidays_reports.xml

18 lines
512 B
XML

<?xml version="1.0"?>
<odoo>
<report
id="report_holidays_summary"
string="Leaves Summary"
model="hr.holidays"
report_type="qweb-pdf"
name="hr_holidays.report_holidayssummary"
file="hr_holidays.report_holidayssummary"
menu="False"/>
<record id="report_holidays_summary" model="ir.actions.report.xml">
<field name="paperformat_id" ref="hr_holidays.paperformat_hrsummary"/>
</record>
</odoo>