-
- Downloads
[IMP] hr_contract: add employee type
Prior to this commit:
* All employees were treated the same way regarding the contractual point of vue.
From this commit on:
* Three employee types will be created:
- Employee, which is supposed to be under contract
- Student & Contractor which are both not supposed to have an employee contract (but are still use the employee as working for the company)
* Employee view and Contract History will take this consideration into account.
closes odoo/odoo#64931
Taskid: 2446000
Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
Showing
- addons/hr/models/hr_employee_base.py 8 additions, 0 deletionsaddons/hr/models/hr_employee_base.py
- addons/hr/models/hr_employee_public.py 1 addition, 0 deletionsaddons/hr/models/hr_employee_public.py
- addons/hr/models/res_users.py 2 additions, 0 deletionsaddons/hr/models/res_users.py
- addons/hr/views/hr_employee_public_views.xml 1 addition, 0 deletionsaddons/hr/views/hr_employee_public_views.xml
- addons/hr/views/hr_employee_views.xml 1 addition, 0 deletionsaddons/hr/views/hr_employee_views.xml
- addons/hr/views/res_users.xml 3 additions, 1 deletionaddons/hr/views/res_users.xml
- addons/hr_contract/report/hr_contract_history.py 3 additions, 2 deletionsaddons/hr_contract/report/hr_contract_history.py
- addons/hr_contract/views/hr_contract_views.xml 5 additions, 2 deletionsaddons/hr_contract/views/hr_contract_views.xml
Loading
Please register or sign in to comment