[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", "category" : "Marketing",
"depends" : ['mail'], "depends" : ['mail'],
"description": """ "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 Lets you design complete email templates related to any OpenERP document (Sale
Orders, Invoices and so on), including sender, recipient, subject, body (HTML and 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 This module allows you
* to manage your events and their registrations * 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: Note that:
- You can define new types of events in - 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. 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 Now you have a simple way to create training or courses with OpenERP and moodle
STEPS TO CONFIGURE STEPS TO CONFIGURE
------------------ ------------------
1. activate web service in moodle 1. activate web service in moodle.
---------------------------------- ----------------------------------
>site administration >plugins >web sevices >manage protocols >site administration >plugins >web sevices >manage protocols activate the xmlrpc web service
activate the xmlrpc web service
>site administration >plugins >web sevices >manage tokens >site administration >plugins >web sevices >manage tokens create a token
create a token
>site administration >plugins >web sevices >overview >site administration >plugins >web sevices >overview activate webservice
activate webservice
2. Create confirmation email with login and password 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. 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....... ........your configuration text.......

View File

@ -28,9 +28,14 @@
Creating registration with sale orders. 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', 'author': 'OpenERP SA',
'depends': ['event','sale','sale_crm'], 'depends': ['event','sale','sale_crm'],

View File

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