Merge pull request #4802 from expsa/kchyou_dev_odex25_hr

[IMP] Add manager_id hr models
This commit is contained in:
kchyounes19 2025-10-05 11:38:13 +01:00 committed by GitHub
commit 1a152dda73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -75,6 +75,7 @@
required="1"/>
<field name="employee_id" string="Responsible" required="1"
attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="manager_id"/>
<field name="employee_no" string="Employee Number" readonly="1"/>
<field name="department_id2" string="Department" readonly="1"/>
<field name="destination" string="Destination" widget="selection"

View File

@ -159,7 +159,6 @@
<field name="employee_id"
string="Responsible" required="1"
attrs="{'readonly':[('state','!=','draft')]}" />
<field name="manager_id"/>
<field name="employee_no"
string="Employee Number" readonly="1" />
<field name="department_id2"