From 3e94213845b7713b4e61e71922a0b0feeb51fc4f Mon Sep 17 00:00:00 2001 From: "Ajay Chauhan (OpenERP)" Date: Thu, 12 Jul 2012 17:15:35 +0530 Subject: [PATCH] [IMP] : Update Description for modules bzr revid: cha@tinyerp.com-20120712114535-4a6ge109hskz0gcq --- addons/email_template/__openerp__.py | 4 +-- addons/event/__openerp__.py | 3 +- addons/event_moodle/__openerp__.py | 22 +++++++------- addons/event_sale/__openerp__.py | 9 ++++-- addons/fetchmail/__openerp__.py | 44 +++++++++++++--------------- 5 files changed, 42 insertions(+), 40 deletions(-) diff --git a/addons/email_template/__openerp__.py b/addons/email_template/__openerp__.py index a8303247ec0..b69dd2bb65c 100644 --- a/addons/email_template/__openerp__.py +++ b/addons/email_template/__openerp__.py @@ -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 diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index 0da2615d3a2..ea772778835 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -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 diff --git a/addons/event_moodle/__openerp__.py b/addons/event_moodle/__openerp__.py index 954ce7d5bc6..a1e61377ce1 100644 --- a/addons/event_moodle/__openerp__.py +++ b/addons/event_moodle/__openerp__.py @@ -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....... diff --git a/addons/event_sale/__openerp__.py b/addons/event_sale/__openerp__.py index d06e964c483..ddbb8fec22a 100644 --- a/addons/event_sale/__openerp__.py +++ b/addons/event_sale/__openerp__.py @@ -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'], diff --git a/addons/fetchmail/__openerp__.py b/addons/fetchmail/__openerp__.py index 8c720045197..c5e2a232c34 100644 --- a/addons/fetchmail/__openerp__.py +++ b/addons/fetchmail/__openerp__.py @@ -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': [],