Merge lp:~openerp-dev/openobject-addons/trunk-bug-1100783-cha into lp:openobject-addons

Proposed by Ajay Chauhan(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1100783-cha
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
hr_timesheet_sheet/wizard/hr_timesheet_current.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1100783-cha
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+143863@code.launchpad.net

Description of the change

Hello,

  I have solved https://bugs.launchpad.net/openobject-addons/+bug/1100783.

Thanks,
Ajay Chauhan

To post a comment you must log in.

Unmerged revisions

8508. By Ajay Chauhan(OpenERP)

[FIX] hr_timesheet_sheet: solve issue of getting blank at list view

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hr_timesheet_sheet/wizard/hr_timesheet_current.py'
2--- hr_timesheet_sheet/wizard/hr_timesheet_current.py 2012-12-06 14:56:32 +0000
3+++ hr_timesheet_sheet/wizard/hr_timesheet_current.py 2013-01-18 11:39:24 +0000
4@@ -31,7 +31,7 @@
5 ts = self.pool.get('hr_timesheet_sheet.sheet')
6 if context is None:
7 context = {}
8- view_type = 'form,tree'
9+ view_type = 'tree,form'
10
11 user_ids = self.pool.get('hr.employee').search(cr, uid, [('user_id','=',uid)], context=context)
12 if not len(user_ids):

Subscribers

People subscribed via source and target branches

to all changes: