flectra/addons/hr_holidays/report/hr_holidays_reports.xml

18 lines
526 B
XML
Raw Permalink Normal View History

<?xml version="1.0"?>
2018-01-16 11:34:37 +01:00
<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>
2018-01-16 11:34:37 +01:00
</flectra>