[IMP] make changes into the event module

bzr revid: rma@tinyerp.com-20121022114737-0g22tzx0sxpbhwjg
This commit is contained in:
Randhir Mayatra (OpenERP) 2012-10-22 17:17:37 +05:30
parent c4104503d6
commit 470c7d33f2
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
<header>
<span groups="base.group_user">
<button string="Confirm Event" name="button_confirm" states="draft" type="object" class="oe_highlight"/>
<button string="Event Ended" name="button_done" states="confirm" type="object" class="oe_highlight"/>
<button string="Finish Event" name="button_done" states="confirm" type="object" class="oe_highlight"/>
<button string="Set To Draft" name="button_draft" states="cancel,done" type="object" />
<button string="Cancel Event" name="button_cancel" states="draft,confirm" type="object"/>
</span>

View File

@ -23,7 +23,7 @@
<separator string="Connexion with Password and Username" colspan="4"/>
<label string="Another approach is to create a user for OpenERP in Moodle. If you do so, make sure that this user has enough access rights" colspan="4"/>
<field name="moodle_username"/>
<field name="moodle_password"/>
<field name="moodle_password" password="True"/>
</group>
</form>
</field>