flectra/addons/hr_holidays/report/hr_holidays_reports.xml
2018-01-16 02:34:37 -08:00

18 lines
526 B
XML

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