~grzegorz-og.pl/openobject-addons/extra-5.0_account_asset

« back to all changes in this revision

Viewing changes to c2c_timesheet_reports/c2c_timesheet_wizard.xml

  • Committer: nicolas.bessi at camptocamp
  • Date: 2009-07-10 13:34:11 UTC
  • Revision ID: nicolas.bessi@camptocamp.com-20090710133411-mm1hd38lwe0wxcol
adding c2c_modules in stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data>    
 
4
        <!-- Add a menu to open the timesheet status report -->
 
5
        <wizard string="Timesheet Status" 
 
6
                model="hr_timesheet_sheet.sheet" 
 
7
                name="c2c_timesheet_reports.timesheet_status" 
 
8
                id="wizard_timesheet_status" 
 
9
                menu="False"
 
10
        />
 
11
        <menuitem
 
12
                        name="Human Resources/Reporting/Timesheet/Timesheets Status"
 
13
                        id="menu_wizard_timesheet_status"
 
14
                        action="wizard_timesheet_status"
 
15
                        type="wizard" />
 
16
        
 
17
        
 
18
                <!-- Add a menu to configure the timesheet status reminder -->
 
19
                <wizard
 
20
                        string="Timesheet Reminder Configuration"
 
21
                        model="c2c_timesheet_reports.reminder"
 
22
                        name="reminder_config"
 
23
                        menu="False"
 
24
                        id="wizard_reminder_config"
 
25
                />
 
26
                <menuitem name="Human Resources/Configuration/Timesheet Reminder"
 
27
                        action="wizard_reminder_config"
 
28
                        type="wizard"
 
29
                        id="menu_reminder_config"/>        
 
30
        
 
31
    </data>
 
32
</openerp>
 
 
b'\\ No newline at end of file'