From dee772d423934d682f9691f48115fcd56aea432b Mon Sep 17 00:00:00 2001 From: Raphael Collet Date: Fri, 20 Jul 2012 11:30:46 +0200 Subject: [PATCH] [FIX] in summary of modules: typos bzr revid: rco@openerp.com-20120720093046-92l51ts5aaee9etq --- addons/event/__openerp__.py | 2 +- addons/hr_holidays/__openerp__.py | 2 +- addons/hr_recruitment/__openerp__.py | 2 +- addons/mrp/__openerp__.py | 2 +- addons/point_of_sale/__openerp__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index 919cfb5846b..feb77249cbb 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -25,7 +25,7 @@ 'name': 'Events Organisation', 'version': '0.1', 'category': 'Tools', - 'summary': 'Invitation, Subscription', + 'summary': 'Invitations, Subscriptions', 'description': """ Organization and management of Events. ====================================== diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index d1559dedec1..b37dd3c7859 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -26,7 +26,7 @@ "author": "OpenERP SA", "category": "Human Resources", "sequence": 28, - "summary": "Allocation and Leaves Requests, Reporting by Department", + "summary": "Allocation and Leave Requests, Reporting by Department", "website": "http://www.openerp.com", "description": """ This module allows you to manage leaves and leaves' requests. diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 3784185d83c..fe6c86c684d 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -24,7 +24,7 @@ 'version': '1.0', 'category': 'Human Resources', "sequence": 24, - "summary": "Job Description, Recruitment Process", + "summary": "Job Descriptions, Recruitment Process", 'description': """ Manages job positions and the recruitment process. ================================================== diff --git a/addons/mrp/__openerp__.py b/addons/mrp/__openerp__.py index 826175bfd56..d1f5625e09f 100644 --- a/addons/mrp/__openerp__.py +++ b/addons/mrp/__openerp__.py @@ -27,7 +27,7 @@ "website" : "http://www.openerp.com", "category" : "Manufacturing", "sequence": 18, - "summary": "Manufacture, Production, Bill of Material", + "summary": "Manufacturing, Production, Bill of Materials", "images" : ["images/bill_of_materials.jpeg", "images/manufacturing_order.jpeg", "images/planning_manufacturing_order.jpeg", "images/production_analysis.jpeg", "images/production_dashboard.jpeg","images/routings.jpeg","images/work_centers.jpeg"], "depends" : ["procurement", "stock", "resource", "purchase", "product","process"], "description": """ diff --git a/addons/point_of_sale/__openerp__.py b/addons/point_of_sale/__openerp__.py index 31d03195357..7d556ffaf0e 100644 --- a/addons/point_of_sale/__openerp__.py +++ b/addons/point_of_sale/__openerp__.py @@ -25,7 +25,7 @@ 'version': '1.0.1', 'category': 'Point Of Sale', "sequence": 6, - "summary": "Touchscreen to manage your shop", + "summary": "Touchscreen to Manage your Shop", 'description': """ This module provides a quick and easy sale process. ===================================================