minor fix

This commit is contained in:
wilson gomez sanchez 2021-02-04 10:20:00 -05:00
parent b4ed7dc4ef
commit b030dd6088
1 changed files with 6 additions and 6 deletions

View File

@ -5,25 +5,25 @@
<field name="employee"/>
<label name="shift_line"/>
<field name="shift_line"/>
<group col='6' colspan="4">
<group col='3'>
<group col='6' colspan="4" id="time_work">
<group col='3' id="enter_time">
<label name="enter_timestamp"/>
<field name="enter_timestamp" widget="date"/>
<field name="enter_timestamp" widget="time"/>
</group>
<group col='3'>
<group col='3' id="exit_time">
<label name="exit_timestamp"/>
<field name="exit_timestamp" widget="date"/>
<field name="exit_timestamp" widget="time"/>
</group>
</group>
<group col='6' colspan="4">
<group col='3'>
<group col='6' colspan="4" id="time_rest">
<group col='3' id="start_rest">
<label name="start_rest"/>
<field name="start_rest" widget="date"/>
<field name="start_rest" widget="time"/>
</group>
<group col='3'>
<group col='3' id="end_rest">
<label name="end_rest"/>
<field name="end_rest" widget="date"/>
<field name="end_rest" widget="time"/>