From 56f390830187c65e5e9ffcae61ca2d3473533333 Mon Sep 17 00:00:00 2001 From: MVA Date: Wed, 29 Feb 2012 09:18:41 +0100 Subject: [PATCH] [IMP] add comment for event_moodle module bzr revid: mva@openerp.com-20120229081841-3dm6gd08aqvw3gnt --- addons/event_moodle/__openerp__.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/addons/event_moodle/__openerp__.py b/addons/event_moodle/__openerp__.py index 283ce9dd89e..d26966e7b67 100644 --- a/addons/event_moodle/__openerp__.py +++ b/addons/event_moodle/__openerp__.py @@ -28,7 +28,16 @@ 'description': """ 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. +Now you have a simple way to create training or courses with OpenERP and moodle + +CONFIGURATION +-------------- + +activate web service in moodle +------------------------------- >site administration >plugins>web sevices >manage protocols activate the xmlrpc web service @@ -39,6 +48,18 @@ create a token >site administration >plugins>web sevices >overview activate webservice + +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....... + +URL: your moodle link for exemple: openerp.moodle.com +LOGIN: ${object.moodle_username} +PASSWORD: ${object.moodle_user_password} """, 'author': 'OpenERP SA', 'depends': ['event'],