From 9cb43097a1aa5be1539c03d46487e1df71996652 Mon Sep 17 00:00:00 2001 From: "Khushboo Bhatt (Open ERP)" Date: Thu, 20 Dec 2012 18:26:54 +0530 Subject: [PATCH] [FIX]sale_stock:string updated bzr revid: kbh@tinyerp.com-20121220125654-7opo99b8mn9y1dgt --- addons/sale_stock/sale_stock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sale_stock/sale_stock.py b/addons/sale_stock/sale_stock.py index 21bf13a1cdc..20e874a8ca2 100644 --- a/addons/sale_stock/sale_stock.py +++ b/addons/sale_stock/sale_stock.py @@ -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'),