[IMP]: set the alignment of sign in button to right

bzr revid: han@tinyerp.com-20110722062003-ehp9hggo5on54rkf
This commit is contained in:
Hardik Ansodariy (OpenERP) 2011-07-22 11:50:03 +05:30
parent fff84fcd82
commit ea373a4178
1 changed files with 1 additions and 1 deletions

View File

@ -129,9 +129,9 @@
<field name="arch" type="xml">
<field name="coach_id" position="after">
<group colspan="2">
<field name="state"/>
<button name="attendance_action_change" states="present" string="Sign Out" type="object" icon="gtk-go-forward" context="{'type':'sign_out'}" groups="base.group_hr_user"/>
<button name="attendance_action_change" states="absent" string="Sign In" type="object" icon="gtk-go-back" context="{'type':'sign_in'}" groups="base.group_hr_user"/>
<field name="state"/>
</group>
</field>
</field>