bzr revid: fp@tinyerp.com-20111110231503-8rmcdwrvgbdc0tv2
This commit is contained in:
Fabien Pinckaers 2011-11-11 00:15:03 +01:00
commit 7971012e5b
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, }</field>
<field name="context">{'search_default_my_timesheet':1,'group_by_no_leaf':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>