~21-openerp/+junk/hr6.1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<openerp>
    <data>

        <report id="report_holidays_summary"
                string="Summary Of Leaves"
                model="hr.holidays"
                name="holidays.summary"
                xsl="hr_holidays/report/holidays_summary.xsl"
                auto="False"
                menu="False"/>

    </data>
</openerp>