[hr-timesheet-sheet]add no_leaf for the group_by

bzr revid: tta@openerp.com-20111108115436-bmakqjd8cpd1v185
This commit is contained in:
Tejas (OpenERP) 2011-11-08 17:24:36 +05:30
parent c3cc9bdf5d
commit 2c181e1a1f
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>