[MERGE] hr_timesheet_sheet: Wrong column title in timesheet view

bzr revid: mra@mra-laptop-20110106064553-03rcvwm4bebwwgku
This commit is contained in:
Mustufa Rangwala 2011-01-06 12:15:53 +05:30
commit 7cec8e3d52
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ class hr_timesheet_sheet_sheet_day(osv.osv):
_columns = {
'name': fields.date('Date', readonly=True),
'sheet_id': fields.many2one('hr_timesheet_sheet.sheet', 'Sheet', readonly=True, select="1"),
'total_timesheet': fields.float('Project Timesheet', readonly=True),
'total_timesheet': fields.float('Total Timesheet', readonly=True),
'total_attendance': fields.float('Attendance', readonly=True),
'total_difference': fields.float('Difference', readonly=True),
}