Odoo18-Base/addons/hr_holidays/report/hr_holidays_reports.xml

14 lines
519 B
XML
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
<?xml version="1.0"?>
<odoo>
<record id="action_report_holidayssummary" model="ir.actions.report">
<field name="name">Time Off Summary</field>
<field name="model">hr.leave.allocation</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">hr_holidays.report_holidayssummary</field>
<field name="report_file">hr_holidays.report_holidayssummary</field>
<field name="paperformat_id" ref="hr_holidays.paperformat_hrsummary"/>
</record>
</odoo>