[FIX]: event: Fixed group by User

bzr revid: rpa@tinyerp.com-20101005133947-qw77bc4lzk2cp4rn
This commit is contained in:
rpa (Open ERP) 2010-10-05 19:09:47 +05:30
parent 615bce075b
commit 24ac6d3ccd
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@
<field name="register_min"/>
<field name="register_current"/>
<field name="state"/>
<field name="user_id"/>
<button string="Confirm Event" help="Confirm Event" name="button_confirm" states="draft" type="object" icon="gtk-apply"/>
<button string="Cancel Event" help="Cancel Event" name="button_cancel" states="draft,confirm" type="object" icon="gtk-cancel"/>
<button string="Event Done" help="Event Done" name="button_done" states="confirm" type="object" icon="gtk-jump-to"/>