[IMP] : Update Description for modules

bzr revid: cha@tinyerp.com-20120712114535-4a6ge109hskz0gcq
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-07-12 17:15:35 +05:30
parent e2ebb07bd0
commit 3e94213845
5 changed files with 42 additions and 40 deletions

View File

@ -28,8 +28,8 @@
"category" : "Marketing",
"depends" : ['mail'],
"description": """
Email Templating (simplified version of the original Power Email by Openlabs)
=============================================================================
Email Templating (simplified version of the original Power Email by Openlabs).
==============================================================================
Lets you design complete email templates related to any OpenERP document (Sale
Orders, Invoices and so on), including sender, recipient, subject, body (HTML and

View File

@ -31,7 +31,8 @@ Organization and management of Events.
This module allows you
* to manage your events and their registrations
* to use emails to automatically confirm and send acknowledgements for any registration to an event
* to use emails to automatically confirm and send acknowledgements for any
registration to an event
Note that:
- You can define new types of events in

View File

@ -29,30 +29,28 @@ Configure your moodle server.
=============================
With this module you are able to connect your OpenERP with a moodle plateform.
This module will create courses and students automatically in your moodle plateform to avoid wasting time.
This module will create courses and students automatically in your moodle plateform
to avoid wasting time.
Now you have a simple way to create training or courses with OpenERP and moodle
STEPS TO CONFIGURE
------------------
1. activate web service in moodle
1. activate web service in moodle.
----------------------------------
>site administration >plugins >web sevices >manage protocols
activate the xmlrpc web service
>site administration >plugins >web sevices >manage protocols activate the xmlrpc web service
>site administration >plugins >web sevices >manage tokens
create a token
>site administration >plugins >web sevices >manage tokens create a token
>site administration >plugins >web sevices >overview
activate webservice
>site administration >plugins >web sevices >overview activate webservice
2. Create confirmation email with login and password
----------------------------------------------------
we strongly suggest you to add those following lines at the bottom of your event confirmation email to communicate the login/password of moodle to your subscribers.
2. Create confirmation email with login and password.
-----------------------------------------------------
we strongly suggest you to add those following lines at the bottom of your event
confirmation email to communicate the login/password of moodle to your subscribers.
........your configuration text.......

View File

@ -28,9 +28,14 @@
Creating registration with sale orders.
=======================================
This module allows you to automatize and connect your registration creation with your main sale flow and, therefore, to enable the invoicing feature of registrations.
This module allows you to automatize and connect your registration creation with
your main sale flow and, therefore, to enable the invoicing feature of registrations.
It defines a new kind of service products that offers you the possibility to choose an event category associated with it. When you encode a sale order for that product, you will be able to choose an existing event of that category and when you confirm your sale order it will automatically create a registration for this event.
It defines a new kind of service products that offers you the possibility to
choose an event category associated with it. When you encode a sale order for
that product, you will be able to choose an existing event of that category and
when you confirm your sale order it will automatically create a registration for
this event.
""",
'author': 'OpenERP SA',
'depends': ['event','sale','sale_crm'],

View File

@ -27,35 +27,33 @@
"author" : "OpenERP SA",
"category": 'Tools',
"description": """
Retrieve incoming email on POP / IMAP servers.
==============================================
Retrieve incoming email on POP/IMAP servers.
============================================
Enter the parameters of your POP/IMAP account(s), and any incoming
emails on these accounts will be automatically downloaded into your OpenERP
system. All POP3/IMAP-compatible servers are supported, included those
that require an encrypted SSL/TLS connection.
Enter the parameters of your POP/IMAP account(s), and any incoming emails on
these accounts will be automatically downloaded into your OpenERP system. All
POP3/IMAP-compatible servers are supported, included those that require an
encrypted SSL/TLS connection.
This can be used to easily create email-based workflows for many
email-enabled OpenERP documents, such as:
This can be used to easily create email-based workflows for many email-enabled
OpenERP documents, such as:
* CRM Leads/Opportunities
* CRM Claims
* Project Issues
* Project Tasks
* Human Resource Recruitments (Applicants)
* CRM Leads/Opportunities
* CRM Claims
* Project Issues
* Project Tasks
* Human Resource Recruitments (Applicants)
Just install the relevant application, and you can assign any of
these document types (Leads, Project Issues.) to your incoming
email accounts. New emails will automatically spawn new documents
of the chosen type, so it's a snap to create a mailbox-to-OpenERP
integration. Even better: these documents directly act as mini
conversations synchronized by email. You can reply from within
OpenERP, and the answers will automatically be collected when
they come back, and attached to the same *conversation* document.
Just install the relevant application, and you can assign any of these document
types (Leads, Project Issues.) to your incoming email accounts. New emails will
automatically spawn new documents of the chosen type, so it's a snap to create a
mailbox-to-OpenERP integration. Even better: these documents directly act as mini
conversations synchronized by email. You can reply from within OpenERP, and the
answers will automatically be collected when they come back, and attached to the
same *conversation* document.
For more specific needs, you may also assign custom-defined actions
(technically: Server Actions) to be triggered for each incoming
mail.
(technically: Server Actions) to be triggered for each incoming mail.
""",
'website': 'http://www.openerp.com',
'init_xml': [],