From c5ad040d7adaef253f6ad7e73079f977fa90dacd Mon Sep 17 00:00:00 2001 From: "Quentin (OpenERP)" Date: Wed, 29 Feb 2012 14:01:30 +0100 Subject: [PATCH] [IMP] event_moodle: small changes in __openerp__.py bzr revid: qdp-launchpad@openerp.com-20120229130130-houykncce0eesq36 --- addons/event_moodle/__openerp__.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/addons/event_moodle/__openerp__.py b/addons/event_moodle/__openerp__.py index d26966e7b67..f6367aaa40b 100644 --- a/addons/event_moodle/__openerp__.py +++ b/addons/event_moodle/__openerp__.py @@ -33,11 +33,11 @@ This module will create courses and students automatically in your moodle platef Now you have a simple way to create training or courses with OpenERP and moodle -CONFIGURATION --------------- +STEPS TO CONFIGURE +------------------ -activate web service in moodle -------------------------------- +1. activate web service in moodle +---------------------------------- >site administration >plugins>web sevices >manage protocols activate the xmlrpc web service @@ -49,15 +49,15 @@ 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. +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....... -URL: your moodle link for exemple: openerp.moodle.com +URL: your moodle link for exemple: http://openerp.moodle.com LOGIN: ${object.moodle_username} PASSWORD: ${object.moodle_user_password} """, @@ -72,7 +72,7 @@ PASSWORD: ${object.moodle_user_password} 'demo_xml': [], 'test': [], 'installable': True, - 'active': False, + 'auto_install': False, 'images': ['images/token.png','images/enable_webservice.png','images/active_xmlrpc.png'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: