Update hr_attendance_view.xml
This commit is contained in:
parent
c5e04d9ad7
commit
7b1461a64d
|
|
@ -258,17 +258,31 @@
|
|||
<page string="Working Hours" invisible="1">
|
||||
<field name="attendance_ids" attrs="{'readonly': [('state', '!=', 'draft')]}"/>
|
||||
</page>
|
||||
<page string="Overtime And Permission" name="over_time_not_full">
|
||||
<page string="Overtime Settings" name="over_time_full1">
|
||||
<group>
|
||||
<field name="permission_hours" string="Permission Hours" widget="float_time"/>
|
||||
<field name="permission_number" string="Permission Number" widget="float_time"/>
|
||||
<field name="work_days" string="Work Days overtime"/>
|
||||
<field name="work_hour" string="Work Hours"/>
|
||||
<field name="overtime_factor_daily"/>
|
||||
<field name="overtime_factor_holiday"/>
|
||||
<field name="max_overtime_hour"/>
|
||||
</group>
|
||||
<group string="Overtime Accounts Settings" >
|
||||
<field name="journal_overtime_id" string="Journal Overtime"/>
|
||||
<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>
|
||||
</sheet>
|
||||
</xpath>
|
||||
|
|
|
|||
Loading…
Reference in New Issue