~hr-core-editors/openerp-hr/6.1

« back to all changes in this revision

Viewing changes to hr_holidays_cci/hr_holidays_wizard.xml

[MRG] 6.1-modules-from-other-projects (hr_skill kept unchanged on conflict resolution)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<openerp>
3
 
        <data>
4
 
        <wizard string="Print Summary of Holidays"
5
 
                 model="hr.holidays"
6
 
                  name="hr.holidays.summary"
7
 
                  id="holidays_summary"/>
8
 
 
9
 
        <menuitem name="Print Summary of Holidays" parent="hr.menu_hr_reporting"
10
 
                 action="holidays_summary"
11
 
                 type="wizard"
12
 
                 id="menu_holidays_summary"/>
13
 
        </data>
14
 
</openerp>