Merge pull request #3457 from expsa/hr_change_title

add field on public hr
This commit is contained in:
eslamtalaat744 2025-06-16 11:29:35 +03:00 committed by GitHub
commit 743dce6278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>