diff --git a/addons/sale/board_sale_view.xml b/addons/sale/board_sale_view.xml index 3e19e2fb4ee..6da7f9e312b 100644 --- a/addons/sale/board_sale_view.xml +++ b/addons/sale/board_sale_view.xml @@ -27,7 +27,7 @@ - Sale Dashboard + Sales Dashboard board.board form form diff --git a/addons/sale/sale_view.xml b/addons/sale/sale_view.xml index 6f21e925e1a..bfbec5808a1 100644 --- a/addons/sale/sale_view.xml +++ b/addons/sale/sale_view.xml @@ -108,7 +108,7 @@ - + @@ -256,15 +256,15 @@ search - + - + - + @@ -288,11 +288,11 @@ form tree,form,calendar,graph - The sale order manages the invoicing, the product fullfilment and the + The sales order manages the invoicing, the product fullfilment and the delivery processes. OpenERP can handle products, services and -consumables so that a sale order can trigger tasks, manufacturing +consumables so that a sales order can trigger tasks, manufacturing orders, purchases, etc. It support several invoicing methods according -to your configuration: from the sale order, from the pickings, etc. +to your configuration: from the sales order, from the pickings, etc. @@ -438,7 +438,7 @@ to your configuration: from the sale order, from the pickings, etc. - + @@ -519,7 +519,7 @@ to your configuration: from the sale order, from the pickings, etc. - Configure Picking Policy for Sale Order + Configure Picking Policy for Sales Order sale.config.picking_policy form @@ -530,7 +530,7 @@ to your configuration: from the sale order, from the pickings, etc. Configure Sale Order Logistic + >Configure Sales Order Logistic Setup your sales workflow and default values. @@ -552,7 +552,7 @@ to your configuration: from the sale order, from the pickings, etc. - Configure Picking Policy for Sale Order + Configure Picking Policy for Sales Order ir.actions.act_window sale.config.picking_policy diff --git a/addons/sale_crm/__openerp__.py b/addons/sale_crm/__openerp__.py index 68226183320..8d83aded5f7 100644 --- a/addons/sale_crm/__openerp__.py +++ b/addons/sale_crm/__openerp__.py @@ -20,15 +20,15 @@ ############################################################################## { - 'name': 'Creates Sale orders from Opportunity', + 'name': 'Creates Sales order from Opportunity', 'version': '1.0', 'category': 'Generic Modules/Sales & Purchases', 'description': """ This module adds a shortcut on one or several opportunity cases in the CRM. -This shortcut allows you to generate a sale order based on the selected case. +This shortcut allows you to generate a sales order based on the selected case. If different cases are open (a list), it generates one sale order by case. -The case is then closed and linked to the generated sale order. +The case is then closed and linked to the generated sales order. We suggest you to install this module if you installed both the sale and the crm modules. diff --git a/addons/sale_crm/sale_crm_view.xml b/addons/sale_crm/sale_crm_view.xml index 545083ab037..391d4141969 100644 --- a/addons/sale_crm/sale_crm_view.xml +++ b/addons/sale_crm/sale_crm_view.xml @@ -33,7 +33,7 @@ - + - - - - - + + + + + diff --git a/addons/sale_layout/__openerp__.py b/addons/sale_layout/__openerp__.py index 2e2c23edff8..ee9fdadf8c3 100755 --- a/addons/sale_layout/__openerp__.py +++ b/addons/sale_layout/__openerp__.py @@ -24,7 +24,7 @@ "depends" : ["sale", "account_invoice_layout"], "author" : "OpenERP SA", "description": """ - This module provides features to improve the layout of the Sale Order. + This module provides features to improve the layout of the Sales Order. It gives you the possibility to * order all the lines of an sale order diff --git a/addons/sale_margin/__openerp__.py b/addons/sale_margin/__openerp__.py index 1f10066de91..b74da67da6d 100644 --- a/addons/sale_margin/__openerp__.py +++ b/addons/sale_margin/__openerp__.py @@ -19,7 +19,7 @@ ############################################################################## { - "name":"Margins in Sale Orders", + "name":"Margins in Sales Order", "version":"1.0", "category" : "Generic Modules/Sales & Purchases", "description": """ diff --git a/addons/sale_mrp/__openerp__.py b/addons/sale_mrp/__openerp__.py index aae9ca8c7a2..a8380dcb370 100644 --- a/addons/sale_mrp/__openerp__.py +++ b/addons/sale_mrp/__openerp__.py @@ -27,8 +27,8 @@ 'description': """ This module provides facility to the user to install mrp and sale modules at a time. It is basically used when we want to keep track of production - orders generated from sale orders. - It adds sale name and sale Reference on production order + orders generated from sales order. + It adds sales name and sales Reference on production order """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/sale_order_dates/__openerp__.py b/addons/sale_order_dates/__openerp__.py index 2fa7fad6ca1..5a66d8111de 100644 --- a/addons/sale_order_dates/__openerp__.py +++ b/addons/sale_order_dates/__openerp__.py @@ -25,7 +25,7 @@ 'version': '1.0', 'category': 'Generic Modules/CRM & SRM', 'description': """ -Add commitment, requested and effective dates on the sale order. +Add commitment, requested and effective dates on the sales order. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com',