~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to hr_timesheet_project/hr_timesheet_project_view.xml

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<terp>
 
3
        <data>
 
4
 
 
5
                <wizard
 
6
                        string="Hours from tasks"
 
7
                        model="hr.employee"
 
8
                        name="hr_timesheet_project.encode.hour"
 
9
                        id="encode_hour"/>
 
10
                <menuitem
 
11
                        name="Human Resources/Hours encoding/For me/Today's work (import from projects)"
 
12
                        id="menu_act_hr_timesheet_line_me_today_project_form"
 
13
                        action="encode_hour"
 
14
                        type="wizard"/>
 
15
 
 
16
        </data>
 
17
</terp>