Tejas Tank (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-hr_timesheet-sheet-analysis-tta into 
lp:openobject-addons.

Requested reviews:
  Amit (Open ERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-hr_timesheet-sheet-analysis-tta/+merge/81566

Hello,

With hr-timesheet-sheet analysis, 

As per usability unwanted leaf are coming with report.

So added no_leaf for the group_by to remove leaf.


Thanks,
Tejas - TTAS
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-hr_timesheet-sheet-analysis-tta/+merge/81566
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-hr_timesheet-sheet-analysis-tta.
=== modified file 'hr_timesheet_sheet/hr_timesheet_sheet_view.xml'
--- hr_timesheet_sheet/hr_timesheet_sheet_view.xml	2011-10-28 11:57:17 +0000
+++ hr_timesheet_sheet/hr_timesheet_sheet_view.xml	2011-11-08 12:07:59 +0000
@@ -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>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to