diff --git a/addons/account_accountant/__openerp__.py b/addons/account_accountant/__openerp__.py index bfaa1f8fe59..3c391d8d885 100644 --- a/addons/account_accountant/__openerp__.py +++ b/addons/account_accountant/__openerp__.py @@ -28,9 +28,10 @@ 'description': """ Accounting Access Rights ======================== -It gives the Administrator user the access to all the accounting features like the journal items and the chart of accounts. +It gives the Administrator user access to all accounting features such as journal items and the chart of accounts. -It assigns manager and user access rights to the Administrator and only user rights to Demo user. """, +It assigns manager and user access rights to the Administrator and only user rights to the Demo user. +""", 'website': 'http://www.openerp.com', 'depends' : ['account_voucher'], 'data': [ diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index 05415bb6e11..a6bb9dc5159 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -27,13 +27,13 @@ 'description': """ Invoicing & Payments by Accounting Voucher & Receipts ====================================================== -The specific and easy-to-use Invoicing system in OpenERP allows you to keep track of your accounting, even when you are not an accountant. It provides an easy way to follow up your suppliers and customers. +The specific and easy-to-use Invoicing system in OpenERP allows you to keep track of your accounting, even when you are not an accountant. It provides an easy way to follow up on your suppliers and customers. You could use this simplified accounting in case you work with an (external) account to keep your books, and you still want to keep track of payments. -The Invoicing system includes receipts and vouchers (an easy way to keep track of sales and purchases). It also offers you an easy method to register payments, without you having to encode complete abstracts of account. +The Invoicing system includes receipts and vouchers (an easy way to keep track of sales and purchases). It also offers you an easy method of registering payments, without having to encode complete abstracts of account. -This module manage: +This module manages: * Voucher Entry * Voucher Receipt [Sales & Purchase] diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index d07b151829e..a196f3d3f5f 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -30,13 +30,13 @@ The generic OpenERP Customer Relationship Management ===================================================== -This application enables a group of people to intelligently and efficiently manage leads, opportunities, meetings, phonecalls. +This application enables a group of people to intelligently and efficiently manage leads, opportunities, meetings and phone calls. It manages key tasks such as communication, identification, prioritization, assignment, resolution and notification. -OpenERP ensures that all cases are successfully tracked by users, customers and suppliers. It can automatically send reminders, escalate the request, trigger specific methods and lots of other actions based on your own enterprise rules. +OpenERP ensures that all cases are successfully tracked by users, customers and suppliers. It can automatically send reminders, escalate the request, trigger specific methods and many other actions based on your own enterprise rules. -The greatest thing about this system is that users don't need to do anything special. The CRM module has a email gateway for the synchronisation interface between mails and OpenERP. They can just send email to the request tracker. +The greatest thing about this system is that users don't need to do anything special. The CRM module has an email gateway for the synchronization interface between mails and OpenERP. That way, users can just send emails to the request tracker. OpenERP will take care of thanking them for their message, automatically routing it to the appropriate staff and make sure all future correspondence gets to the right place. diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index 92d10127e25..8860d32686e 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -29,13 +29,14 @@ 'description': """ Organization and management of Events. ====================================== -The event module allows you efficiently organise events and all related tasks: planification, registration tracking, + +The event module allows you to efficiently organise events and all related tasks: planification, registration tracking, attendances, etc. Key Features ------------ * Manage your Events and Registrations -* Use emails to automatically confirm and send acknowledgements for any registration of an event +* Use emails to automatically confirm and send acknowledgements for any event registration """, 'author': 'OpenERP SA', 'depends': ['base_setup', 'board', 'email_template', 'google_map'], diff --git a/addons/hr/__openerp__.py b/addons/hr/__openerp__.py index c97affe7941..b99482ef8c5 100644 --- a/addons/hr/__openerp__.py +++ b/addons/hr/__openerp__.py @@ -28,9 +28,11 @@ 'website': 'http://www.openerp.com', 'summary': 'Jobs, Departments, Employees Details', 'description': """ -Human Resource Management +Human Resources Management ========================= -This application enables you to manage important aspects of staff of company and some details about them such as their skills, contacts, working time etc. + +This application enables you to manage important aspects of your company's staff and other details such as their skills, contacts, working time... + You can manage: --------------- diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index daeece1f748..6a8a802e1e1 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -31,19 +31,20 @@ 'description': """ Periodical Employees evaluation and appraisals ============================================== -By using this application you can maintain the motivational process by periodical evaluation of employees' performance. The regular assessment of human resources can benefit your people as well your organization. -Each employee can be assigned an evaluation plan. These plans define the frequency and the way you manage your periodic personal evaluation. You will be able to define steps and attach interview forms to each step. +By using this application you can maintain the motivational process by doing periodical evaluations of your employees' performance. The regular assessment of human resources can benefit your people as well your organization. -Manages all kinds of evaluations: bottom-up, top-down, self evaluation and final evaluation by the manager. +An evaluation plan can be assigned to each employee. These plans define the frequency and the way you manage your periodic personal evaluations. You will be able to define steps and attach interview forms to each step. + +Manages several types of evaluations: bottom-up, top-down, self-evaluations and the final evaluation by the manager. Key Features ------------ -* Ability to create employees evaluation. +* Ability to create employees evaluations. * An evaluation can be created by an employee for subordinates, juniors as well as his manager. -* The evaluation is done under a plan in which various surveys can be created. Each survey can be answered by a particular level of employee hierarchy. The final review and evaluation is done by the manager. -* Every evaluation filled by employees can be viewed through a PDF form. -* Interview Requests are generated automatically by OpenERP according to employees evaluation plans. Each user receives automatic emails and requests to perform evaluation of their colleagues periodically. +* The evaluation is done according to a plan in which various surveys can be created. Each survey can be answered by a particular level in the employees hierarchy. The final review and evaluation is done by the manager. +* Every evaluation filled by employees can be viewed in a PDF form. +* Interview Requests are generated automatically by OpenERP according to employees evaluation plans. Each user receives automatic emails and requests to perform a periodical evaluation of their colleagues. """, "demo": ["hr_evaluation_demo.xml"], "data": [ diff --git a/addons/hr_expense/__openerp__.py b/addons/hr_expense/__openerp__.py index 64a927e9211..64648c65fee 100644 --- a/addons/hr_expense/__openerp__.py +++ b/addons/hr_expense/__openerp__.py @@ -29,8 +29,9 @@ 'description': """ Manage expenses by Employees ============================ -This application allows you to manage employees' daily expenses of your company. It gives you access to your employees’s notes fees and give you the right to complete and validate or refuse the notes. After validation it creates an invoice for the employee. -Employee can encode their own expenses and the validation flow puts it automatically in the accounting after validation of managers. + +This application allows you to manage your employees' daily expenses. It gives you access to your employees’ fee notes and give you the right to complete and validate or refuse the notes. After validation it creates an invoice for the employee. +Employee can encode their own expenses and the validation flow puts it automatically in the accounting after validation by managers. The whole flow is implemented as: @@ -40,7 +41,7 @@ The whole flow is implemented as: * Validation by his manager * Validation by the accountant and receipt creation -This module also uses the analytic accounting and is compatible with the invoice on timesheet module so that you will be able to automatically re-invoice your customer's expenses if your work by project. +This module also uses analytic accounting and is compatible with the invoice on timesheet module so that you are able to automatically re-invoice your customers' expenses if your work by project. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index 068ebf03155..512ab8e425d 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -31,17 +31,18 @@ 'description': """ Manage leaves and allocation requests ===================================== -This application controls the holiday's schedule of your company. It allow employees to request holidays. Then, managers can review requests for holiday and approve or reject. This way you can control the overall holiday's planning for the company or departement. -You can configure all kinds of leaves (sickness, holidays, paid days, ...) and allocate leaves to employee or departement quickly using allocation requests. An employee can also make an ask for more off-days by making a new Allocation. It will increase his total of that leave type available (if the request is accepted). +This application controls the holiday schedule of your company. It allows employees to request holidays. Then, managers can review requests for holidays and approve or reject them. This way you can control the overall holiday planning for the company or department. -You can keep record of leaves different ways by following reports: +You can configure several kinds of leaves (sickness, holidays, paid days, ...) and allocate leaves to an employee or department quickly using allocation requests. An employee can also make a request for more days off by making a new Allocation. It will increase the total of available days for that leave type (if the request is accepted). + +You can keep track of leaves in different ways by following reports: * Leaves Summary * Leaves by Department * Leaves Analysis -A synchronisation with an internal agenda (meeting of the CRM module) is also possible: in order to automatically create a meeting when an holiday request is accepted by setting up in type of meeting in Leave Type. +A synchronization with an internal agenda (Meetings of the CRM module) is also possible in order to automatically create a meeting when a holiday request is accepted by setting up a type of meeting in Leave Type. """, 'images': ['images/hr_allocation_requests.jpeg', 'images/hr_leave_requests.jpeg', 'images/leaves_analysis.jpeg'], 'depends': ['hr', 'base_calendar', 'process', 'resource'], diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 6e39f02c15c..d498e41498d 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -29,11 +29,12 @@ 'description': """ Manage job positions and the recruitment process ================================================= -This application allows you to easily keep track of jobs, vacancies, applications, interviews etc. -It is integrated with the mail gateway to automatically fetch email sent to in list of applications. It's also integrated with the document management system to store and search in CV base and find required candidate. It is also integrated with the survey module to allow you to define interview for different jobs. -You can define different phases of interview and easily rate applicant from kanban view. - """, +This application allows you to easily keep track of jobs, vacancies, applications, interviews... + +It is integrated with the mail gateway to automatically fetch email sent to in the list of applications. It's also integrated with the document management system to store and search in the CV base and find the candidate that you are looking for. Similarly, it is integrated with the survey module to allow you to define interviews for different jobs. +You can define the different phases of interviews and easily rate the applicant from the kanban view. +""", 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'images': ['images/hr_recruitment_analysis.jpeg','images/hr_recruitment_applicants.jpeg'], diff --git a/addons/hr_timesheet_sheet/__openerp__.py b/addons/hr_timesheet_sheet/__openerp__.py index d8dd385491f..fbe4bc85503 100644 --- a/addons/hr_timesheet_sheet/__openerp__.py +++ b/addons/hr_timesheet_sheet/__openerp__.py @@ -29,7 +29,8 @@ 'description': """ Record and validate timesheets and attendances easily ===================================================== -This application supplies a new screen enabling you to manage both attendances(Sign in/Sign out) and your work encoding(timesheet) by period. Timesheet entries are made by employees each day. At the end of the defined period, employees validate their sheet and then the services manager must approve his team's entries. Periods are defined in the company forms, and you can set them to run monthly or weekly. + +This application supplies a new screen enabling you to manage both attendances (Sign in/Sign out) and your work encoding (timesheet) by period. Timesheet entries are made by employees each day. At the end of the defined period, employees validate their sheet and the manager must then approve his team's entries. Periods are defined in the company forms and you can set them to run monthly or weekly. The complete timesheet validation process is: --------------------------------------------- diff --git a/addons/mail/__openerp__.py b/addons/mail/__openerp__.py index 147a0268c15..6198f17b81b 100644 --- a/addons/mail/__openerp__.py +++ b/addons/mail/__openerp__.py @@ -29,10 +29,10 @@ Business oriented Social Networking =================================== The Social Networking module provides a unified social network abstraction layer allowing applications to display a complete -communication history on documents with a fully-integrated email and message management. +communication history on documents with a fully-integrated email and message management system. + +It enables the users to read and send messages as well as emails. It also provides a feeds page combined to a subscription mechanism that allows to follow documents and to be constantly updated about recent news. -It gives the users a possibility to read and send messages and emails. It also provides a feeds page combined to a subscription mechanism, that allows to follow documents, and to be constantly updated about recent news. - Main Features ------------- * Clean and renewed communication history for any OpenERP document that can act as a discussion topic @@ -40,7 +40,7 @@ Main Features * Unified feeds page to see recent messages and activity on followed documents * User communication through the feeds page * Threaded discussion design on documents -* Relies on the global outgoing mail server—an integrated email management system—allowing to send emails with a configurable scheduler-based processing engine +* Relies on the global outgoing mail server - an integrated email management system - allowing to send emails with a configurable scheduler-based processing engine * Includes an extensible generic email composition assistant, that can turn into a mass-mailing assistant and is capable of interpreting simple *placeholder expressions* that will be replaced with dynamic data when each email is actually sent. """, 'author': 'OpenERP SA', diff --git a/addons/mrp/__openerp__.py b/addons/mrp/__openerp__.py index d794f4d9cb4..cce5272bd79 100644 --- a/addons/mrp/__openerp__.py +++ b/addons/mrp/__openerp__.py @@ -33,19 +33,19 @@ 'description': """ Manage the Manufacturing process in OpenERP =========================================== -The manufacturing module allows you to cover planning, ordering, stocks and the manufacturing or assembly of products from raw materials and components. It handles consumption and production of products according to Bill of Materials and the necessary operations on machinery, tools or human resources according to Routings. -It supports complete integration and planification of stockable goods, consumable of services. Services are completely integrated with the rest of the software. For instance, you can set up a sub-contracting service in a BoM to automatically purchase on order the assembly of your production. +The manufacturing module allows you to cover planning, ordering, stocks and the manufacturing or assembly of products from raw materials and components. It handles the consumption and production of products according to a bill of materials and the necessary operations on machinery, tools or human resources according to routings. + +It supports complete integration and planification of stockable goods, consumables or services. Services are completely integrated with the rest of the software. For instance, you can set up a sub-contracting service in a bill of materials to automatically purchase on order the assembly of your production. Key Features ------------ * Make to Stock/Make to Order -* Multi-level BoMs, no limit +* Multi-level bill of materials, no limit * Multi-level routing, no limit * Routing and work center integrated with analytic accounting -* Scheduler computation periodically -* Allows to browse Bill of Materials in complete structure that include child and phantom BoMs - +* Periodical scheduler computation +* Allows to browse bills of materials in a complete structure that includes child and phantom bills of materials Dashboard / Reports for MRP will include: ----------------------------------------- diff --git a/addons/note/__openerp__.py b/addons/note/__openerp__.py index 6f7a0e50980..e91ec816748 100644 --- a/addons/note/__openerp__.py +++ b/addons/note/__openerp__.py @@ -26,7 +26,8 @@ 'description': """ Allows users to create their own notes ======================================= -Use notes to write meeting minutes, organize ideas, organize personnal todo lists, etc. Each user manages his own personnal notes. Notes are available to their authors only, but they can share notes to others users so that several people can work on the same note in real time. It's very efficient to share meeting minutes. + +Use notes to write meeting minutes, organize ideas, organize personal to-do lists, etc. Each user manages his own personal notes. Notes are available to their authors only, but they can share notes with others users so that several people can work on the same note in real time. Notes can be found in the 'Home' menu. """, diff --git a/addons/point_of_sale/__openerp__.py b/addons/point_of_sale/__openerp__.py index 7a62d2f027b..bf0ced67a0f 100644 --- a/addons/point_of_sale/__openerp__.py +++ b/addons/point_of_sale/__openerp__.py @@ -29,8 +29,9 @@ 'description': """ Quick and Easy sale process ============================ -This module allows you to manage your shop sales very easily with fully web based touchscreen interface. -It is compatible with all PC tablets and iPad, offering multiple payment methods. + +This module allows you to manage your shop sales very easily with a fully web based touchscreen interface. +It is compatible with all PC tablets and the iPad, offering multiple payment methods. Product selection can be done in several ways: @@ -40,11 +41,11 @@ Product selection can be done in several ways: Main Features ------------- * Fast encoding of the sale -* Allow to choose one payment mode (the quick way) or to split the payment between several payment mode +* Choose one payment method (the quick way) or split the payment between several payment methods * Computation of the amount of money to return -* Create and confirm picking list automatically -* Allow the user to create invoice automatically -* Allow to refund former sales +* Create and confirm the picking list automatically +* Allows the user to create an invoice automatically +* Refund previous sales """, 'author': 'OpenERP SA', 'images': ['images/cash_registers.jpeg', 'images/pos_analysis.jpeg','images/register_analysis.jpeg','images/sale_order_pos.jpeg','images/product_pos.jpeg'], diff --git a/addons/project/__openerp__.py b/addons/project/__openerp__.py index 3739ba3c52c..edf0100c8bc 100644 --- a/addons/project/__openerp__.py +++ b/addons/project/__openerp__.py @@ -49,9 +49,9 @@ Track multi-level projects, tasks, work done on tasks ===================================================== -This application allows an operational project management to organize your activities into tasks and plan the work you need to get the tasks completed. +This application allows an operational project management system to organize your activities into tasks and plan the work you need to get the tasks completed. -Gantt diagrams will give you graphical representation of your project plans, as well as resources' availability and workload. +Gantt diagrams will give you a graphical representation of your project plans, as well as resources availability and workload. Dashboard / Reports for Project Management will include: -------------------------------------------------------- diff --git a/addons/project_gtd/__openerp__.py b/addons/project_gtd/__openerp__.py index f3a69b5eb8f..ae1d5ee909c 100644 --- a/addons/project_gtd/__openerp__.py +++ b/addons/project_gtd/__openerp__.py @@ -27,11 +27,12 @@ 'sequence': 20, 'summary': 'Personal Tasks, Contexts, Timeboxes', 'description': """ -Implement concepts of "Getting Things Done" methodology -======================================================== -This module implements a simple personnal Todo list based on tasks. It adds in the project application an editable list of tasks simplified to the minimum required fields. +Implement concepts of the "Getting Things Done" methodology +=========================================================== -The todo list is based on the GTD methodology. This world-wide used methodology is used for personal time management improvement. +This module implements a simple personal to-do list based on tasks. It adds an editable list of tasks simplified to the minimum required fields in the project application. + +The to-do list is based on the GTD methodology. This world-wide used methodology is used for personal time management improvement. Getting Things Done (commonly abbreviated as GTD) is an action management method created by David Allen, and described in a book of the same name. diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index e167b844c2a..38706d96670 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -29,8 +29,9 @@ 'description': """ Manage goods requirement by Purchase Orders easily ================================================== -Purchase management enables you to track your suppliers' price quotations and convert them into Purchase Orders as you require. -OpenERP has several methods of monitoring invoices and tracking the receipt of ordered goods. You can handle partial deliveries in OpenERP, so you can keep track of items that are still to be delivered on your orders, and you can issue reminders automatically. + +Purchase management enables you to track your suppliers' price quotations and convert them into purchase orders if necessary. +OpenERP has several methods of monitoring invoices and tracking the receipt of ordered goods. You can handle partial deliveries in OpenERP, so you can keep track of items that are still to be delivered in your orders, and you can issue reminders automatically. OpenERP’s replenishment management rules enable the system to generate draft purchase orders automatically, or you can configure it to run a lean process driven entirely by current production needs. diff --git a/addons/sale/__openerp__.py b/addons/sale/__openerp__.py index ba22f39ac0e..6a0769b7da3 100644 --- a/addons/sale/__openerp__.py +++ b/addons/sale/__openerp__.py @@ -28,27 +28,28 @@ 'description': """ Manage sales quotations and orders ================================== + This application allows you to manage your sales goals in an effective and efficient manner by keeping track of all sales orders and history. -It handles full sales workflow: +It handles the full sales workflow: * **Quotation** -> **Sales order** -> **Invoice** Preferences ----------- * Shipping: Choice of delivery at once or partial delivery -* Invoicing: Choice of how invoice will be paid -* Incoterm: International Commercial terms +* Invoicing: choose how invoices will be paid +* Incoterms: International Commercial terms -You can choose flexible invoicing method: +You can choose flexible invoicing methods: -* *On Demand*: Invoice is created manually from Sale Order when needed -* *On Delivery Order*: Invoice is generated from picking(delivery) -* *Before Delivery*: Draft invoice is created, and it must be paid before delivery +* *On Demand*: Invoices are created manually from Sales Orders when needed +* *On Delivery Order*: Invoices are generated from picking (delivery) +* *Before Delivery*: A Draft invoice is created and must be paid before delivery -Dashboard for Sales Manager will include ----------------------------------------- +The Dashboard for the Sales Manager will include +------------------------------------------------ * My Quotations * Monthly Turnover (Graph) """, diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index 9edc9aecc7b..b7d9ec1ceb9 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -25,10 +25,12 @@ 'author': 'OpenERP SA', 'summary': 'Inventory, Logistic, Storage', 'description' : """ -Manage multi-warehouses, multi and structured stock locations -============================================================= -The warehouse and inventory management is based on hierarchical location structure, from warehouses to storage bins. -The double entry inventory system allows you to manage customers, suppliers and manufacturing inventories as well. +Manage multi-warehouses, multi- and structured stock locations +============================================================== + +The warehouse and inventory management is based on a hierarchical location structure, from warehouses to storage bins. +The double entry inventory system allows you to manage customers, suppliers as well as manufacturing inventories. + OpenERP has the capacity to manage lots and serial numbers ensuring compliance with the traceability requirements imposed by the majority of industries. Key Features @@ -37,7 +39,7 @@ Key Features * Stock valuation (standard or average price, ...) * Robustness faced with Inventory differences * Automatic reordering rules -* Bar code supported +* Support for barcodes * Rapid detection of mistakes through double entry system * Traceability (Upstream / Downstream, Serial numbers, ...)