[MOD]hr_recruitment : usability improvement

bzr revid: amp@tinyerp.com-20100906123110-n74zz1opzcuqtso7
This commit is contained in:
AMP (OpenERP) 2010-09-06 18:01:10 +05:30
parent 4708ea448e
commit 34e7e5b3b5
1 changed files with 3 additions and 3 deletions

View File

@ -23,10 +23,10 @@ from osv import fields,osv
from hr_recruitment import hr_recruitment
AVAILABLE_STATES = [
('draft','Draft'),
('draft','New'),
('open','Open'),
('cancel', 'Cancelled'),
('done', 'Closed'),
('cancel', 'Refused'),
('done', 'Hired'),
('pending','Pending')
]