bzr revid: apa@tinyerp.com-20120501111134-y0t7kk8yqo8r0l3o
This commit is contained in:
Amit Patel (OpenERP) 2012-05-01 16:41:34 +05:30
parent 1ea40241bf
commit 9704684ab0
1 changed files with 2 additions and 3 deletions

View File

@ -30,11 +30,10 @@ from tools.translate import _
MAX_LEVEL = 15
AVAILABLE_STATES = [
('draft', 'New'),
('cancel', 'Cancelled'),
('open', 'In Progress'),
('pending', 'Pending'),
('cancel', 'Cancelled'),
('done', 'Closed'),
('done', 'Closed')
]
AVAILABLE_PRIORITIES = [