[MOD] small change in label
authorVir (Open ERP) <vir@tinyerp.com>
Fri, 8 Oct 2010 05:15:39 +0000 (10:45 +0530)
committerVir (Open ERP) <vir@tinyerp.com>
Fri, 8 Oct 2010 05:15:39 +0000 (10:45 +0530)
bzr revid: vir@tinyerp.com-20101008051539-mf3khodsfdcm5b1x

addons/hr_holidays/wizard/hr_holidays_summary_department.py

index 4409254..5ea75cb 100644 (file)
@@ -30,7 +30,7 @@ class hr_holidays_summary_dept(osv.osv_memory):
     _columns = {
         'date_from': fields.date('From', required=True),
         'depts': fields.many2many('hr.department', 'summary_dept_rel', 'sum_id', 'dept_id', 'Department(s)'),
-        'holiday_type': fields.selection([('Validated','Validated'),('Confirmed','Confirmed'),('both','Both Validated and Confirmed')], 'Select Holyday State', required=True)
+        'holiday_type': fields.selection([('Validated','Validated'),('Confirmed','Confirmed'),('both','Both Validated and Confirmed')], 'Leave Type', required=True)
     }
 
     _defaults = {