fix and complete access rules
[odoo/odoo.git] / addons / hr_holidays / hr_holidays_report.xml
index 781cb04..2d89b46 100644 (file)
@@ -1,25 +1,14 @@
 <?xml version="1.0"?>
-<terp>
+<openerp>
        <data>
                <report id="report_holidays_summary"
                                string="Summary Of Holidays"
                                model="hr.holidays"
-                               name="hr.holidays.holidays_summary"
+                               name="holidays.summary"
                                xsl="hr_holidays/report/holidays_summary.xsl"
                                auto="False"
                                menu="False"/>
 
-               <!--<wizard id="wizard_hr_holidays_summary"
-                       string="Summary Of Holidays"
-                       model="hr.holidays"
-                       name="hr.holidays.holidays_summary"
-                       menu="False"/>
-
-               <menuitem
-                       name="Human Resources/Holidays Request/Print Summary Of Holidays"
-                       action="wizard_hr_holidays_summary"
-                       type="wizard"
-                       id="menu_wizard_hr_holidays_summary"/>-->
-
        </data>
-</terp>
+</openerp>
+