[MOD]project_timesheet: usability improvement

bzr revid: amp@tinyerp.com-20100909132759-cpr08t6cti161mp6
This commit is contained in:
AMP (OpenERP) 2010-09-09 18:57:59 +05:30
parent 4b42aa4467
commit ab323d640d
1 changed files with 3 additions and 3 deletions

View File

@ -46,15 +46,15 @@
</field>
</record>
<record id="action_report_timesheet_task_user" model="ir.actions.act_window">
<field name="name">Timesheet / Task Hours Per Month</field>
<field name="name">Task Hours Per Month</field>
<field name="res_model">report.timesheet.task.user</field>
<field name="view_type">form</field>
<field name="view_mode">tree</field>
<field name="context">{"search_default_user_id":uid}</field>
<field name="search_view_id" ref="view_report_timesheet_task_user_search"/>
</record>
<menuitem id="menu_timesheet_task_user" parent="hr.menu_hr_reporting"
action="action_report_timesheet_task_user" sequence="4"/>
<menuitem id="menu_timesheet_task_user" parent="hr_timesheet.menu_hr_reporting_timesheet"
action="action_report_timesheet_task_user" sequence="1"/>
</data>
</openerp>