Merge pull request #3892 from expsa/ky_dev_odex25_hr
restrict check-in outside allowed working hours
This commit is contained in:
commit
8c844bb44c
|
|
@ -79,12 +79,10 @@
|
|||
'readonly': [('state', '!=', 'draft')]}"/>
|
||||
</group>
|
||||
<group colspan="2">
|
||||
<field name="grace_hour_before_work" widget="float_time"
|
||||
attrs="{'readonly': [('state', '!=', 'draft')]}"/>
|
||||
<field name="grace_hour_before_work" widget="float_time"/>
|
||||
</group>
|
||||
<group colspan="2">
|
||||
<field name="grace_hour_after_work" widget="float_time"
|
||||
attrs="{'readonly': [('state', '!=', 'draft')]}"/>
|
||||
<field name="grace_hour_after_work" widget="float_time"/>
|
||||
</group>
|
||||
</group>
|
||||
<!--<group col="4" colspan="4">
|
||||
|
|
|
|||
Loading…
Reference in New Issue