[IMP] project_mailgate: updated module description

bzr revid: odo@openerp.com-20110907224937-hcebwgh9v77gvhq0
This commit is contained in:
Olivier Dony 2011-09-08 00:49:37 +02:00
parent 02b83e1040
commit eca9d6decf
1 changed files with 13 additions and 5 deletions

View File

@ -21,7 +21,7 @@
{
"name": "Project MailGateWay",
"name": "Project Tasks - Mail Integration",
"version": "1.1",
"author": "OpenERP SA",
"website": "http://www.openerp.com",
@ -30,11 +30,19 @@
"images": ["images/project_mailgate_task.jpeg"],
"depends": ["project", "mail"],
"description": """
This module is an interface that synchronises mails with OpenERP Project Task.
==============================================================================
This module can automatically create Project Tasks based on incoming emails
===========================================================================
Allows creating tasks based on new emails arriving at a given mailbox,
similarly to what the CRM application has for Leads/Opportunities.
There are two common alternatives to configure the mailbox integration:
* Install the ``fetchmail`` module and configure a new mailbox, then select
``Project Tasks`` as the target for incoming emails.
* Set it up manually on your mail server based on the 'mail gateway' script
provided in the ``mail`` module - and connect it to the `project.task` model.
It allows creating tasks as soon as a new mail arrives in our configured mail server.
Moreover, it keeps track of all further communications and task states.
""",
"init_xml": [],
"update_xml": ["security/ir.model.access.csv",