[IMP] add comment for event_moodle module

bzr revid: mva@openerp.com-20120229081841-3dm6gd08aqvw3gnt
This commit is contained in:
MVA 2012-02-29 09:18:41 +01:00
parent 75c5372d84
commit 56f3908301
1 changed files with 21 additions and 0 deletions

View File

@ -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'],