[IMP]: Detailed descriptions added.

bzr revid: vro@tinyerp.com-20110322132141-nlms978ymg4mom1g
This commit is contained in:
vro 2011-03-22 18:51:41 +05:30
parent 6448221cbe
commit 28bb0168f2
35 changed files with 155 additions and 13 deletions

View File

@ -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': [],

View File

@ -27,6 +27,8 @@
'description': """
Remove minimal account chart.
=============================
Deactivates minimal chart of accounts.
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',

View File

@ -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"],

View File

@ -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',

View File

@ -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',

View File

@ -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 customers 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',

View File

@ -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'],

View File

@ -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',

View File

@ -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',

View File

@ -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",

View File

@ -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": [

View File

@ -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',

View File

@ -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',

View File

@ -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'],

View File

@ -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',

View File

@ -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": [

View File

@ -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,

View File

@ -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': [],

View File

@ -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': [],

View File

@ -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': [

View File

@ -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",

View File

@ -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': [],

View File

@ -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', ],

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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': [],

View File

@ -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': [],

View File

@ -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',

View File

@ -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',

View File

@ -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'],

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',