diff --git a/addons/account_accountant/__openerp__.py b/addons/account_accountant/__openerp__.py index f1155311f39..4bdca34e5f3 100644 --- a/addons/account_accountant/__openerp__.py +++ b/addons/account_accountant/__openerp__.py @@ -24,6 +24,7 @@ "author" : "OpenERP SA", "category": 'Accounting & Finance', "sequence": 10, + "summary": "Accounts Moves, Journals, Chart of Accounts", "description": """ Accounting Access Rights. ========================= diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index a7899338b8e..c943724f5f2 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -23,6 +23,7 @@ "name" : "eInvoicing & Payments", "version" : "1.0", "author" : 'OpenERP SA', + "summary": 'Supplier & Customer Invoices, Payments', "description": """ Account Voucher module includes all the basic requirements of Voucher Entries for Bank, Cash, Sales, Purchase, Expanse, Contra, etc. ==================================================================================================================================== diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index 0c9b75b4d41..e9e5337ed83 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -25,6 +25,7 @@ 'version': '1.0', 'category': 'Customer Relationship Management', "sequence": 2, + "summary": "Agenda, Lead, Opportunities", 'description': """ The generic OpenERP Customer Relationship Management. ===================================================== diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index 1a7f3ba09c5..919cfb5846b 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -25,6 +25,7 @@ 'name': 'Events Organisation', 'version': '0.1', 'category': 'Tools', + 'summary': 'Invitation, Subscription', 'description': """ Organization and management of Events. ====================================== diff --git a/addons/hr/__openerp__.py b/addons/hr/__openerp__.py index 71d7d9aa93d..9833e2d611c 100644 --- a/addons/hr/__openerp__.py +++ b/addons/hr/__openerp__.py @@ -26,6 +26,7 @@ "category": "Human Resources", "sequence": 12, "website": "http://www.openerp.com", + "summary": "Hierarchy, Jobs, Departments", "description": """ Module for human resource management. ===================================== diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index 231f4593868..fbb1bcb162f 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -25,6 +25,7 @@ "author": "OpenERP SA", "category": "Human Resources", "website": "http://www.openerp.com", + "summary": "Top-Down and Bottom-Up Evaluation", "images": ["images/hr_evaluation_analysis.jpeg","images/hr_evaluation.jpeg"], "depends": ["hr","base_calendar","survey"], "description": """ diff --git a/addons/hr_expense/__openerp__.py b/addons/hr_expense/__openerp__.py index 2a1d302e094..173b31e4b4e 100644 --- a/addons/hr_expense/__openerp__.py +++ b/addons/hr_expense/__openerp__.py @@ -25,6 +25,7 @@ 'version': '1.0', 'category': 'Human Resources', "sequence": 30, + "summary": "Expense Validation, Invoicing", 'description': """ This module aims to manage employee's expenses. =============================================== diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index 4509508b2be..9219dd92ed7 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -26,6 +26,7 @@ "author": "OpenERP SA", "category": "Human Resources", "sequence": 28, + "summary": "Allocation and Leaves Request, 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 e5df8cf2bf3..2fa37e66ffd 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -1,3 +1,4 @@ + # -*- encoding: utf-8 -*- ############################################################################## # @@ -24,6 +25,7 @@ 'version': '1.0', 'category': 'Human Resources', "sequence": 24, + "summary": "Job Description, Recruitment Process", 'description': """ Manages job positions and the recruitment process. ================================================== diff --git a/addons/hr_timesheet_sheet/__openerp__.py b/addons/hr_timesheet_sheet/__openerp__.py index defa3ee5873..023cb401c63 100644 --- a/addons/hr_timesheet_sheet/__openerp__.py +++ b/addons/hr_timesheet_sheet/__openerp__.py @@ -25,6 +25,7 @@ 'version': '1.0', 'category': 'Human Resources', "sequence": 16, + "summary": "Attendance, Activities, Timing", 'description': """ This module helps you to easily encode and validate timesheet and attendances within the same view. =================================================================================================== diff --git a/addons/mail/__openerp__.py b/addons/mail/__openerp__.py index e911f24e809..cb949a63efc 100644 --- a/addons/mail/__openerp__.py +++ b/addons/mail/__openerp__.py @@ -24,6 +24,7 @@ 'version': '1.0', 'category':'Social Network', "sequence": 2, + "summary": "Discussions, Feeds, Alerts", 'description': """ A bussiness oriented Social Networking with a fully-integrated email and message management. diff --git a/addons/mrp/__openerp__.py b/addons/mrp/__openerp__.py index bdf6f63b755..f7183bf3708 100644 --- a/addons/mrp/__openerp__.py +++ b/addons/mrp/__openerp__.py @@ -1,3 +1,4 @@ + # -*- coding: utf-8 -*- ############################################################################## # @@ -27,6 +28,7 @@ "website" : "http://www.openerp.com", "category" : "Manufacturing", "sequence": 18, + "summary": "Manufacture, Production, Bill of Material", "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 5e7e5578f72..f13abc4b035 100644 --- a/addons/point_of_sale/__openerp__.py +++ b/addons/point_of_sale/__openerp__.py @@ -25,6 +25,7 @@ 'version': '1.0.1', 'category': 'Point Of Sale', "sequence": 6, + "summary": "Touchscreen Sales", 'description': """ This module provides a quick and easy sale process. =================================================== diff --git a/addons/project/__openerp__.py b/addons/project/__openerp__.py index dad67f5dc30..b6464610711 100644 --- a/addons/project/__openerp__.py +++ b/addons/project/__openerp__.py @@ -27,6 +27,7 @@ "website": "http://www.openerp.com", "category": "Project Management", "sequence": 8, + "summary": "Projects, Tasks", "images": ["images/gantt.png", "images/project_dashboard.jpeg","images/project_task_tree.jpeg","images/project_task.jpeg","images/project.jpeg","images/task_analysis.jpeg"], "depends": ["base_setup", "base_status", "product", "analytic", "board", "mail", "resource","web_kanban"], "description": """ diff --git a/addons/project_gtd/__openerp__.py b/addons/project_gtd/__openerp__.py index d6fa568977a..c28bc6f732a 100644 --- a/addons/project_gtd/__openerp__.py +++ b/addons/project_gtd/__openerp__.py @@ -25,6 +25,7 @@ 'version': '1.0', 'category': 'Project Management', "sequence": 20, + "summary": "Personal Tasks", 'description': """ This module implements all concepts defined by the Getting Things Done methodology. =================================================================================== diff --git a/addons/project_issue/__openerp__.py b/addons/project_issue/__openerp__.py index 9037523d41e..fa7d002f571 100644 --- a/addons/project_issue/__openerp__.py +++ b/addons/project_issue/__openerp__.py @@ -25,6 +25,7 @@ 'version': '1.0', 'category': 'Project Management', "sequence": 22, + "summary": "Multi Level Support", 'description': """ This module provides Issues/Bugs Management in Project. ======================================================= diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index d84408a690d..298c743d660 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -25,6 +25,7 @@ 'version': '1.1', 'category': 'Purchase Management', "sequence": 19, + "summary": "Request for Quotation, Invoicing Control", 'description': """ Purchase module is for generating a purchase order for purchase of goods from a supplier. ========================================================================================= diff --git a/addons/sale/__openerp__.py b/addons/sale/__openerp__.py index 968d8d1cecd..d02b6278cbe 100644 --- a/addons/sale/__openerp__.py +++ b/addons/sale/__openerp__.py @@ -24,6 +24,7 @@ 'version': '1.0', 'category': 'Sales Management', "sequence": 14, + "summary": "Quotation, Sales, Invoicing", 'description': """ The base module to manage quotations and sales orders. ====================================================== diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index 50bcb23df7b..467ba05c2a2 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -23,6 +23,7 @@ "name" : "Warehouse Management", "version" : "1.1", "author" : "OpenERP SA", + "summary": "Incoming Shipment, Deliveries, Inventory, Stock", "description" : """ OpenERP Inventory Management module can manage multi-warehouses, multi and structured stock locations. ======================================================================================================