add field on public hr

This commit is contained in:
blackbelts 2025-06-16 11:20:49 +03:00
parent 751078d6d5
commit 6a19fb1a76
2 changed files with 3 additions and 1 deletions

View File

@ -279,7 +279,6 @@
<tree decoration-danger="state == 'refuse'" decoration-info="state == 'draft'" string="Leave Requests"
decoration-bf="message_needaction == True">
<field name="employee_id"/>
<field name="department_id" />
<field name="holiday_type" string="Mode" groups="base.group_no_one"/>
<field name="holiday_status_id"/>
<field name="name"/>

View File

@ -231,6 +231,9 @@
<xpath expr="//field[@name='date_to']" position="after">
<field name="create_date"/>
</xpath>
<xpath expr="//field[@name='employee_id']" position="after">
<field name="department_id"/>
</xpath>
<xpath expr="//field[@name='payslip_status']" position="attributes">
<attribute name="invisible">1</attribute>