From ac4442df609f2c2111bb1a3bf732a5c418f409ee Mon Sep 17 00:00:00 2001 From: "Khushboo Bhatt (Open ERP)" Date: Thu, 20 Dec 2012 17:13:56 +0530 Subject: [PATCH] [FIX]sale:help updated bzr revid: kbh@tinyerp.com-20121220114356-q7w7oodmv83no6n9 --- addons/sale/res_partner_view.xml | 8 ++++---- addons/sale/sale.py | 2 +- addons/sale/sale_view.xml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/addons/sale/res_partner_view.xml b/addons/sale/res_partner_view.xml index 58d337350ba..54a9813eea9 100644 --- a/addons/sale/res_partner_view.xml +++ b/addons/sale/res_partner_view.xml @@ -10,15 +10,15 @@

- Click to create a quotation or sale order for this customer. + Click to create a quotation or sales order for this customer.

OpenERP will help you efficiently handle the complete sale flow: - quotation, sale order, delivery, invoicing and + quotation, sales order, delivery, invoicing and payment.

- The social feature helps you organize discussions on each sale + The social feature helps you organize discussions on each sales order, and allow your customer to keep track of the evolution - of the sale order. + of the sales order.

diff --git a/addons/sale/sale.py b/addons/sale/sale.py index ca2f7dba69a..84cef841621 100644 --- a/addons/sale/sale.py +++ b/addons/sale/sale.py @@ -183,7 +183,7 @@ class sale_order(osv.osv): ('sent', 'Quotation Sent'), ('cancel', 'Cancelled'), ('waiting_date', 'Waiting Schedule'), - ('progress', 'Sales Orders'), + ('progress', 'Sales Order'), ('manual', 'Sale to Invoice'), ('invoice_except', 'Invoice Exception'), ('done', 'Done'), diff --git a/addons/sale/sale_view.xml b/addons/sale/sale_view.xml index 037e49fb419..cbf55b81504 100644 --- a/addons/sale/sale_view.xml +++ b/addons/sale/sale_view.xml @@ -332,11 +332,11 @@ [('state','not in',('draft','sent','cancel'))]

- Click to create a quotation that can be converted into a sale + Click to create a quotation that can be converted into a sales order.

OpenERP will help you efficiently handle the complete sales flow: - quotation, sales orders, delivery, invoicing and payment. + quotation, sales order, delivery, invoicing and payment.

@@ -379,12 +379,12 @@ Click to create a quotation, the first step of a new sale.

OpenERP will help you handle efficiently the complete sale flow: - from the quotation to the sale order, the + from the quotation to the sales order, the delivery, the invoicing and the payment collection.

- The social feature helps you organize discussions on each sale + The social feature helps you organize discussions on each sales order, and allow your customers to keep track of the evolution - of the sale order. + of the sales order.