[FIX] clean some warnings.

bzr revid: vmt@openerp.com-20111205155510-many34fn09yr58x0
This commit is contained in:
Vo Minh Thu 2011-12-05 16:55:10 +01:00
parent 7c63902af8
commit b28f574799
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class hr_holidays(osv.osv):
'name': record.name,
'categ_id': record.holiday_status_id.categ_id.id,
'duration': record.number_of_days_temp * 8,
'note': record.notes,
'description': record.notes,
'user_id': record.user_id.id,
'date': record.date_from,
'end_date': record.date_to,