[FIX]sale_stock:string updated

bzr revid: kbh@tinyerp.com-20121220125654-7opo99b8mn9y1dgt
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-12-20 18:26:54 +05:30
parent a9cb75a811
commit 9cb43097a1
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class sale_order(osv.osv):
('sent', 'Quotation Sent'),
('cancel', 'Cancelled'),
('waiting_date', 'Waiting Schedule'),
('progress', 'Sale Order'),
('progress', 'Sales Order'),
('manual', 'Sale to Invoice'),
('shipping_except', 'Shipping Exception'),
('invoice_except', 'Invoice Exception'),