summaryrefslogtreecommitdiff
path: root/addons/hr_holidays/report/hr_holidays_reports.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/hr_holidays/report/hr_holidays_reports.xml')
-rw-r--r--addons/hr_holidays/report/hr_holidays_reports.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/addons/hr_holidays/report/hr_holidays_reports.xml b/addons/hr_holidays/report/hr_holidays_reports.xml
new file mode 100644
index 00000000..fbec8363
--- /dev/null
+++ b/addons/hr_holidays/report/hr_holidays_reports.xml
@@ -0,0 +1,28 @@
+<?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.holidays.summary.dept</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>
+ </record>
+
+ <record id="action_report_holidayssummary" model="ir.actions.report">
+ <field name="paperformat_id" ref="hr_holidays.paperformat_hrsummary"/>
+ </record>
+
+ <record id="action_report_holidayssummary2" 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>
+ </record>
+
+ <record id="action_report_holidayssummary" model="ir.actions.report">
+ <field name="paperformat_id" ref="hr_holidays.paperformat_hrsummary"/>
+ </record>
+
+</odoo>