[UPD] attendances: remove permission fields from calendar
This commit is contained in:
parent
6565b7ebea
commit
58e1d26451
|
|
@ -148,17 +148,6 @@
|
|||
<field name="account_overtime_id" string="Account Overtime"/>
|
||||
</group>
|
||||
</page>
|
||||
<page string="Permission Settings" name="over_time_full">
|
||||
<group>
|
||||
<group>
|
||||
<field name="permission_hours" string="Hours Per Day" widget="float_time" help="The Minimum Permission Hours Per Day"/>
|
||||
<field name="permission_number" string="Hours Per Month" widget="float_time" help="The Maximum Permission Hours per Month"/>
|
||||
</group>
|
||||
<group>
|
||||
<field name = "approval_by"/>
|
||||
</group>
|
||||
</group>
|
||||
</page>
|
||||
</notebook>
|
||||
<notebook attrs="{'invisible':[('is_full_day','=',True)]}">
|
||||
<page string="Shift One">
|
||||
|
|
@ -272,17 +261,6 @@
|
|||
<field name="account_overtime_id" string="Account Overtime"/>
|
||||
</group>
|
||||
</page>
|
||||
<page string="Permission Settings" name="over_time_not_full">
|
||||
<group>
|
||||
<group>
|
||||
<field name="permission_hours" string="Hours Per Day" widget="float_time" help="The Minimum Permission Hours Per Day"/>
|
||||
<field name="permission_number" string="Hours Per Month" widget="float_time" help="The Maximum Permission Hours per Month"/>
|
||||
</group>
|
||||
<group>
|
||||
<field name = "approval_by"/>
|
||||
</group>
|
||||
</group>
|
||||
</page>
|
||||
|
||||
</notebook>
|
||||
</sheet>
|
||||
|
|
|
|||
Loading…
Reference in New Issue