[IMP] hr_timesheet:added space(Enter)

bzr revid: mtr@mtr-20110117094353-1eaz08p2ckgmjquo
This commit is contained in:
mtr 2011-01-17 15:13:53 +05:30
parent 00683a79af
commit bfea6901f1
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class report_custom(report_rml):
emp_obj = pooler.get_pool(cr.dbname).get('hr.employee')
user_id = emp_obj.browse(cr, uid, emp_id).user_id.id
empl_name = emp_obj.browse(cr, uid, emp_id).name
# Computing the dates (start of month: som, and end of month: eom)
som = datetime.date(data['form']['year'], data['form']['month'], 1)
eom = som + datetime.timedelta(lengthmonth(som.year, som.month))