[MOD]project_timesheet: usability improvement
authorAMP (OpenERP) <amp@tinyerp.com>
Thu, 9 Sep 2010 13:27:59 +0000 (18:57 +0530)
committerAMP (OpenERP) <amp@tinyerp.com>
Thu, 9 Sep 2010 13:27:59 +0000 (18:57 +0530)
bzr revid: amp@tinyerp.com-20100909132759-cpr08t6cti161mp6

addons/project_timesheet/report/task_report_view.xml

index 036acef..379922f 100644 (file)
             </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>