diff --git a/addons/account_accountant/__openerp__.py b/addons/account_accountant/__openerp__.py index b0f57b5356d..ec62f99af86 100644 --- a/addons/account_accountant/__openerp__.py +++ b/addons/account_accountant/__openerp__.py @@ -24,8 +24,14 @@ "author" : "OpenERP SA", "category": 'Generic Modules/Accounting', "description": """ -This module gives the admin user the access to all the accounting features like the journal items and the chart of accounts. -============================================================================================================================ +Accounting Access Rights. +========================= + +This module gives the admin user the access to all the accounting features +like the journal items and the chart of accounts. + +It assigns manager and user access rights to the Administrator, and only +user rights to Demo user. """, 'website': 'http://www.openerp.com', 'init_xml': [], diff --git a/addons/account_chart/__openerp__.py b/addons/account_chart/__openerp__.py index 554314d511c..ed2b6b87664 100644 --- a/addons/account_chart/__openerp__.py +++ b/addons/account_chart/__openerp__.py @@ -27,6 +27,8 @@ 'description': """ Remove minimal account chart. ============================= + +Deactivates minimal chart of accounts. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/account_coda/__openerp__.py b/addons/account_coda/__openerp__.py index 7e91c35726e..344007a61f7 100644 --- a/addons/account_coda/__openerp__.py +++ b/addons/account_coda/__openerp__.py @@ -27,6 +27,8 @@ "description": """ Module provides functionality to import bank statements from coda files. ======================================================================== + +Contains a wizard to import coda statements and maintains logs for the same. """, "images" : ["images/coda_logs.jpeg","images/import_coda_logs.jpeg"], "depends" : ["account_voucher"], diff --git a/addons/account_sequence/__openerp__.py b/addons/account_sequence/__openerp__.py index 1fb21cdcfe6..fc98664c14c 100644 --- a/addons/account_sequence/__openerp__.py +++ b/addons/account_sequence/__openerp__.py @@ -26,6 +26,15 @@ 'description': """ This module maintains internal sequence number for accounting entries. ====================================================================== + +Allows you to configure the accounting sequences to be maintained. + +You can customize the following attributes of the sequence: + * Prefix + * Suffix + * Next Number + * Increment Number + * Number Padding """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/analytic/__openerp__.py b/addons/analytic/__openerp__.py index 6514eb88a8a..41cf5ab0451 100644 --- a/addons/analytic/__openerp__.py +++ b/addons/analytic/__openerp__.py @@ -29,6 +29,10 @@ "description": """ Module for defining analytic accounting object. =============================================== + +In OpenERP, analytic accounts are linked to general accounts but are treated +totally independently. So you can enter various different analytic operations +that have no counterpart in the general financial accounts. """, "init_xml" : [], "update_xml": ['security/analytic_security.xml', diff --git a/addons/anonymization/__openerp__.py b/addons/anonymization/__openerp__.py index 8f3310d587f..97597eb7ca9 100644 --- a/addons/anonymization/__openerp__.py +++ b/addons/anonymization/__openerp__.py @@ -28,6 +28,14 @@ 'description': """ This module allows you to anonymize a database. =============================================== + +This module allows you to keep your data confidential for a given database. +This process is useful if you want to use the migration process and protect +your own or your customer’s confidential data. The principle is that you run +an anonymization tool which will hide your confidential data(they are replaced +by ‘XXX’ characters). Then you can send the anonymized database to the migration +team. Once you get back your migrated database, you restore it and reverse the +anonymization process to recover your previous data. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/association/__openerp__.py b/addons/association/__openerp__.py index 508bf8f395f..64782ce291b 100644 --- a/addons/association/__openerp__.py +++ b/addons/association/__openerp__.py @@ -27,6 +27,8 @@ 'description': """ This module is to configure modules related to an association. ============================================================== + +It installs the profile for associations to manage events, registrations, memberships, membership products (schemes), etc. """, 'author': 'OpenERP SA', 'depends': ['membership', 'event'], diff --git a/addons/base_action_rule/__openerp__.py b/addons/base_action_rule/__openerp__.py index 3f3c20a8c00..7da8c43d1be 100644 --- a/addons/base_action_rule/__openerp__.py +++ b/addons/base_action_rule/__openerp__.py @@ -26,6 +26,12 @@ 'description': """ This module allows to implement action rules for any object. ============================================================ + +Use automated actions to automatically trigger actions for various screens. + +Example: a lead created by a specific user may be automatically set to a specific +sales team, or an opportunity which still has status pending after 14 days might +trigger an automatic reminder email. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/base_iban/__openerp__.py b/addons/base_iban/__openerp__.py index d9d88c77f22..62b7a89523d 100644 --- a/addons/base_iban/__openerp__.py +++ b/addons/base_iban/__openerp__.py @@ -26,6 +26,7 @@ This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity. ===================================================================================================================== +The ability to extract the correctly represented local accounts from IBAN accounts with a single statement. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/base_synchro/__openerp__.py b/addons/base_synchro/__openerp__.py index ad3c1e0a9a0..ff2e3a5492c 100644 --- a/addons/base_synchro/__openerp__.py +++ b/addons/base_synchro/__openerp__.py @@ -27,7 +27,9 @@ "description": """ Synchronization with all objects. ================================= - """, + +Configure servers and trigger synchronization with its database objects. +""", "depends":["base"], "demo_xml":[], "update_xml":[ "wizard/base_synchro_view.xml", diff --git a/addons/base_tools/__openerp__.py b/addons/base_tools/__openerp__.py index 5400a529d1d..f915d8929a2 100644 --- a/addons/base_tools/__openerp__.py +++ b/addons/base_tools/__openerp__.py @@ -8,6 +8,8 @@ 'description': """ Common base for tools modules. ============================== + +Creates menu link for Tools from where tools like survey, lunch, idea, etc. are accessible if installed. """, "init_xml": [], "update_xml": [ diff --git a/addons/crm_fundraising/__openerp__.py b/addons/crm_fundraising/__openerp__.py index 63340c98112..60155a0ec2b 100644 --- a/addons/crm_fundraising/__openerp__.py +++ b/addons/crm_fundraising/__openerp__.py @@ -27,6 +27,12 @@ 'description': """ Fundraising. ============ + +When you wish to support your organization or a campaign, you can trace +all your activities for collecting money. The menu opens a search list +where you can find fund descriptions, email, history and probability of +success. Several action buttons allow you to easily modify your different +fund status. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/crm_helpdesk/__openerp__.py b/addons/crm_helpdesk/__openerp__.py index f9dde45e6b9..ed3975ceb10 100644 --- a/addons/crm_helpdesk/__openerp__.py +++ b/addons/crm_helpdesk/__openerp__.py @@ -27,6 +27,11 @@ 'description': """ Helpdesk Management. ==================== + +Like records and processing of claims, Helpdesk and Support are good tools +to trace your interventions. This menu is more adapted to oral communication, +which is not necessarily related to a claim. Select a customer, add notes +and categorize your interventions with a channel and a priority level. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/crm_partner_assign/__openerp__.py b/addons/crm_partner_assign/__openerp__.py index e0f471806c1..0a73c513938 100644 --- a/addons/crm_partner_assign/__openerp__.py +++ b/addons/crm_partner_assign/__openerp__.py @@ -27,6 +27,13 @@ 'description': """ This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization. ====================================================================================================== + +You can geolocalize your opportunities by using this module. + +Use geolocalization when assigning opportunities to partners. +Determine the GPS coordinates according to the address of the partner. +The most appropriate partner can be assigned. +You can also use the geolocalization without using the GPS coordinates. """, 'author': 'OpenERP SA', 'depends': ['crm'], diff --git a/addons/document_ics/__openerp__.py b/addons/document_ics/__openerp__.py index cebae896f5e..d909abf34b4 100644 --- a/addons/document_ics/__openerp__.py +++ b/addons/document_ics/__openerp__.py @@ -27,6 +27,8 @@ 'description': """ Allows to synchronise calendars with others applications. ========================================================= + +Will allow you to synchronise your OpenERP calendars with your phone, outlook, Sunbird, ical, ... """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/email_template/__openerp__.py b/addons/email_template/__openerp__.py index 47820157541..ef01486cd5e 100644 --- a/addons/email_template/__openerp__.py +++ b/addons/email_template/__openerp__.py @@ -30,6 +30,13 @@ "description": """ Email Template is extraction of Power Email basically just to send emails. ========================================================================== + +You can define email accounts(server, port, mail format - HTML/Text/Both) +and email templates (resource, recipient, subject, body, attachments). + +For each email template, you can have OpenERP generate a Wizard Action / Button +that will be related to the object. So if you choose to do marketing campaigns +for leads, the action will be added to the right side panel of the Lead form. """, "init_xml": ['email_template_scheduler_data.xml'], "update_xml": [ diff --git a/addons/html_view/__openerp__.py b/addons/html_view/__openerp__.py index 766b730fffd..776197e6cdf 100644 --- a/addons/html_view/__openerp__.py +++ b/addons/html_view/__openerp__.py @@ -9,6 +9,8 @@ "description": """ This is the test module which shows HTML tag support in normal XML form view. ============================================================================= + +Creates a sample form-view using HTML tags. It is visible only in OpenERP Web. """, 'update_xml': ['security/ir.model.access.csv','html_view.xml',], 'installable': True, diff --git a/addons/knowledge/__openerp__.py b/addons/knowledge/__openerp__.py index eed950d3ac3..9d8517fbb48 100644 --- a/addons/knowledge/__openerp__.py +++ b/addons/knowledge/__openerp__.py @@ -28,6 +28,9 @@ "description": """ Installer for knowledge-based tools. ==================================== + +Makes the Knowledge Application Configuration available from where you can install +document and Wiki based tools. """, 'website': 'http://www.openerp.com', 'init_xml': [], diff --git a/addons/marketing_campaign_crm_demo/__openerp__.py b/addons/marketing_campaign_crm_demo/__openerp__.py index 4a72819ed14..a177d8d24ef 100644 --- a/addons/marketing_campaign_crm_demo/__openerp__.py +++ b/addons/marketing_campaign_crm_demo/__openerp__.py @@ -31,6 +31,8 @@ "description": """ Demo data for the module marketing_campaign. ============================================ + +Creates demo data like leads, campaigns and segments for the module marketing_campaign. """, 'website': 'http://www.openerp.com', 'init_xml': [], diff --git a/addons/procurement/__openerp__.py b/addons/procurement/__openerp__.py index f7900532b7b..be7bc392d50 100644 --- a/addons/procurement/__openerp__.py +++ b/addons/procurement/__openerp__.py @@ -30,6 +30,18 @@ "description": """ This is the module for computing Procurements. ============================================== + +In the MRP process, procurements orders are created to launch manufacturing +orders, purchase orders, stock allocations, etc. Procurement orders are +generated automatically by the system and unless there is a problem, the +user will not be notified. In case of problems, the system will raise some +procurement exceptions to inform the user about blocking problems that need +to be resolved manually (like, missing BoM structure or missing supplier). + +The procurement order will schedule a proposal for automatic procurement +for the product which needs replenishment. This procurement will start a +task, either a purchase order form for the supplier, or a production order +depending on the product's configuration. """, 'init_xml': [], 'update_xml': [ diff --git a/addons/product_manufacturer/__openerp__.py b/addons/product_manufacturer/__openerp__.py index 2e3848593cc..0e63300e298 100644 --- a/addons/product_manufacturer/__openerp__.py +++ b/addons/product_manufacturer/__openerp__.py @@ -26,8 +26,14 @@ "init_xml" : [], "demo_xml" : [], "description": """ -A module that add manufacturers and attributes on the product form. -=================================================================== +A module that adds manufacturers and attributes on the product form. +==================================================================== + +You can now define the following for a product: + * Manufacturer + * Manufacturer Product Name + * Manufacturer Product Code + * Product Attributes """, "update_xml" : [ "security/ir.model.access.csv", diff --git a/addons/profile_tools/__openerp__.py b/addons/profile_tools/__openerp__.py index 33544e2720e..8f99b32cee0 100644 --- a/addons/profile_tools/__openerp__.py +++ b/addons/profile_tools/__openerp__.py @@ -29,6 +29,9 @@ "description": """ Installer for extra tools like lunch, survey, idea, share, etc. =============================================================== + +Makes the Extra Tools Configuration available from where you can install +modules like share, lunch, pad, idea, survey and subscription. """, 'website': 'http://www.openerp.com', 'init_xml': [], diff --git a/addons/project_caldav/__openerp__.py b/addons/project_caldav/__openerp__.py index 35be88d33d7..6537b0277cc 100644 --- a/addons/project_caldav/__openerp__.py +++ b/addons/project_caldav/__openerp__.py @@ -27,6 +27,9 @@ "description": """ Synchronization between Project Task and Caldav Vtodo. ====================================================== + +With the Caldav functionality you can get access to scheduling information +on a remote server. """, "depends": ["project", "caldav", "base_calendar"], "init_xml": ["project_caldav_data.xml", 'project_caldav_setup.xml', ], diff --git a/addons/project_issue/__openerp__.py b/addons/project_issue/__openerp__.py index 110eadc5d1f..8339e2d5e90 100644 --- a/addons/project_issue/__openerp__.py +++ b/addons/project_issue/__openerp__.py @@ -25,8 +25,13 @@ 'version': '1.0', 'category': 'Generic Modules/CRM & SRM', 'description': """ -This module provide Issues/Bugs Management in Project. -====================================================== +This module provides Issues/Bugs Management in Project. +======================================================= + +OpenERP allows you to manage the issues you might face in a project +like bugs in a system, client complaints or material breakdowns. A +list view allows the manager to quickly check the issues, assign them +and decide on their status as they evolve. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/project_issue_sheet/__openerp__.py b/addons/project_issue_sheet/__openerp__.py index fb245a52e6f..1d04811bd19 100644 --- a/addons/project_issue_sheet/__openerp__.py +++ b/addons/project_issue_sheet/__openerp__.py @@ -27,6 +27,8 @@ 'description': """ This module adds the Timesheet support for the Issues/Bugs Management in Project. ================================================================================= + +Worklogs can be maintained to signify number of hours spent by users to handle an issue. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/purchase_analytic_plans/__openerp__.py b/addons/purchase_analytic_plans/__openerp__.py index abf86ae1412..eaee6832fe2 100644 --- a/addons/purchase_analytic_plans/__openerp__.py +++ b/addons/purchase_analytic_plans/__openerp__.py @@ -27,6 +27,9 @@ 'description': """ The base module to manage analytic distribution and purchase orders. ==================================================================== + +Allows the user to maintain several analysis plans. These let you split +a line on a supplier purchase order into several accounts and analytic plans. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/purchase_double_validation/__openerp__.py b/addons/purchase_double_validation/__openerp__.py index 118537342dc..2b50a0bed9b 100644 --- a/addons/purchase_double_validation/__openerp__.py +++ b/addons/purchase_double_validation/__openerp__.py @@ -27,8 +27,11 @@ "depends" : ["base","purchase"], "author" : 'OpenERP SA', "description": """ -This module modifies the purchase workflow in order to validate purchases that exceeds minimum amount set by configuration wizard. -================================================================================================================================== +Double-validation for purchases exceeding minimum amount. +========================================================= + +This module modifies the purchase workflow in order to validate purchases +that exceeds minimum amount set by configuration wizard. """, 'website': 'http://www.openerp.com', 'init_xml': [], diff --git a/addons/report_designer/__openerp__.py b/addons/report_designer/__openerp__.py index 877709f3fb2..ebee648f7ac 100644 --- a/addons/report_designer/__openerp__.py +++ b/addons/report_designer/__openerp__.py @@ -29,6 +29,9 @@ "description": """ Installer for reporting tools. ============================== + +Makes the Reporting Tools Configuration available from where you can install +modules like base_report_designer and base_report_creator. """, 'website': 'http://www.openerp.com', 'init_xml': [], diff --git a/addons/sale_analytic_plans/__openerp__.py b/addons/sale_analytic_plans/__openerp__.py index a8a5af7cd5c..684c639e040 100644 --- a/addons/sale_analytic_plans/__openerp__.py +++ b/addons/sale_analytic_plans/__openerp__.py @@ -26,6 +26,8 @@ 'description': """ The base module to manage analytic distribution and sales orders. ================================================================= + +Using this module you will be able to link analytic accounts to sales orders. """, '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 4e53f806c31..bfc90bb1c1a 100644 --- a/addons/sale_order_dates/__openerp__.py +++ b/addons/sale_order_dates/__openerp__.py @@ -25,8 +25,13 @@ 'version': '1.0', 'category': 'Generic Modules/CRM & SRM', 'description': """ -Add commitment, requested and effective dates on the sales order. -================================================================= +Add additional date information to the sales order. +=================================================== + +You can add the following additional dates to a sale order: + * Requested Date + * Commitment Date + * Effective Date """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/subscription/__openerp__.py b/addons/subscription/__openerp__.py index b0c6e6cdb6c..d2010c47987 100644 --- a/addons/subscription/__openerp__.py +++ b/addons/subscription/__openerp__.py @@ -25,8 +25,14 @@ 'version': '1.0', 'category': 'Tools', 'description': """ -This module allows to create new documents and add subscription on that document. -================================================================================= +Create recurring documents. +=========================== + +This module allows to create new documents and add subscriptions on that document. + +e.g. To have an invoice generated automatically periodically: + * Define a document type based on Invoice object + * Define a subscription whose source document is the document defined as above. Specify the interval information and partner to be invoice. """, 'author': 'OpenERP SA', 'depends': ['base_tools'], diff --git a/addons/web_livechat/__openerp__.py b/addons/web_livechat/__openerp__.py index 416abdcb09f..7a543d88870 100644 --- a/addons/web_livechat/__openerp__.py +++ b/addons/web_livechat/__openerp__.py @@ -25,6 +25,8 @@ 'description': """ Enable live chat support for those who have a maintenance contract. =================================================================== + +Add "Support" button in header from where you can access OpenERP Support. """, 'author': 'OpenERP SA', 'website': 'http://openerp.com', diff --git a/addons/wiki_faq/__openerp__.py b/addons/wiki_faq/__openerp__.py index 8257885ac8d..182032a4984 100644 --- a/addons/wiki_faq/__openerp__.py +++ b/addons/wiki_faq/__openerp__.py @@ -26,6 +26,9 @@ 'description': """ This module provides a Wiki FAQ Template. ========================================= + +It provides demo data, thereby creating a Wiki Group and a Wiki Page +for Wiki FAQ. """, 'author': 'OpenERP SA', 'website': 'http://openerp.com', diff --git a/addons/wiki_quality_manual/__openerp__.py b/addons/wiki_quality_manual/__openerp__.py index 5d29c9ff80f..68567561ab0 100644 --- a/addons/wiki_quality_manual/__openerp__.py +++ b/addons/wiki_quality_manual/__openerp__.py @@ -26,6 +26,9 @@ 'description': """ Quality Manual Template. ======================== + +It provides demo data, thereby creating a Wiki Group and a Wiki Page +for Wiki Quality Manual. """, 'author': 'OpenERP SA', 'website': 'http://openerp.com', diff --git a/addons/wiki_sale_faq/__openerp__.py b/addons/wiki_sale_faq/__openerp__.py index bfa737756b9..cba8167bf81 100644 --- a/addons/wiki_sale_faq/__openerp__.py +++ b/addons/wiki_sale_faq/__openerp__.py @@ -26,6 +26,9 @@ 'description': """ This module provides a Wiki Sales FAQ Template. =============================================== + +It provides demo data, thereby creating a Wiki Group and a Wiki Page +for Wiki Sale FAQ. """, 'author': 'OpenERP SA', 'website': 'http://openerp.com',