[UPD] attendances: remove permission fields from calendar

This commit is contained in:
Samir Ladoui 2024-11-06 14:51:38 +01:00
parent 6565b7ebea
commit 58e1d26451
1 changed files with 0 additions and 22 deletions

View File

@ -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>