[FIX] hr_timesheet_sheet : bug with theTimesheet list view

lp bug: https://launchpad.net/bugs/900735 fixed

bzr revid: mdi@tinyerp.com-20111207124327-m8jxi5rkplw5hejh
This commit is contained in:
Divyesh Makwana (Open ERP) 2011-12-07 18:13:27 +05:30
parent 250ac1289c
commit 5f54023dad
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@
<field name="res_model">hr_timesheet_sheet.sheet</field>
<field name="view_type">form</field>
<field name="view_id" eval="False"/>
<field name="context">{'search_default_my_timesheet':1,'group_by_no_leaf':1}</field>
<field name="context">{'search_default_my_timesheet':1}</field>
<field name="search_view_id" ref="view_hr_timesheet_sheet_filter"/>
<field name="help">Check your timesheets for a specific period. You can also encode time spent on a project (i.e. an analytic account) thus generating costs in the analytic account concerned.</field>
</record>