Skip to content

Commit

Permalink
[11.0][IMP] float_time widget on hr_attendance_autoclose
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Arroyo committed Jul 31, 2019
1 parent d557643 commit 1ef2940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hr_attendance_autoclose/views/hr_attendance_view.xml
Expand Up @@ -7,7 +7,7 @@
<field name="priority">400</field>
<field name="arch" type="xml">
<field name="check_out" position="after">
<field name="open_worked_hours"/>
<field name="open_worked_hours" widget="float_time"/>
</field>
</field>
</record>
Expand All @@ -19,7 +19,7 @@
<field name="priority">400</field>
<field name="arch" type="xml">
<field name="check_out" position="after">
<field name="open_worked_hours"/>
<field name="open_worked_hours" widget="float_time"/>
</field>
</field>
</record>
Expand Down

0 comments on commit 1ef2940

Please sign in to comment.