Update hr_attendance_view.xml

This commit is contained in:
zainab2097 2024-08-20 18:34:15 +03:00 committed by GitHub
parent 3c5844dee6
commit 5758800303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 3 deletions

View File

@ -148,9 +148,14 @@
</group>
</page>
<page string="Permission Settings" name="over_time_full">
<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="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>