-
- Downloads
[IMP] hr_work_entry_contract: prep work for multiple sources
Prep work to allow work entries to be created from multiple sources when using contracts. The end goal is to be able to generate work entries from attendance as well as the planning app. After that the plan is to make sure the implementation works well with payroll for hourly wages. This commit contains the necessary changes for the next work_entry modules to work. TaskId-2466871
Showing
- addons/hr_contract/views/hr_contract_views.xml 1 addition, 1 deletionaddons/hr_contract/views/hr_contract_views.xml
- addons/hr_work_entry/models/hr_work_entry.py 1 addition, 1 deletionaddons/hr_work_entry/models/hr_work_entry.py
- addons/hr_work_entry_contract/__manifest__.py 1 addition, 0 deletionsaddons/hr_work_entry_contract/__manifest__.py
- addons/hr_work_entry_contract/models/hr_contract.py 90 additions, 37 deletionsaddons/hr_work_entry_contract/models/hr_contract.py
- addons/hr_work_entry_contract/models/hr_work_entry.py 1 addition, 0 deletionsaddons/hr_work_entry_contract/models/hr_work_entry.py
- addons/hr_work_entry_contract/views/hr_contract_views.xml 14 additions, 0 deletionsaddons/hr_work_entry_contract/views/hr_contract_views.xml
- addons/hr_work_entry_contract/wizard/hr_work_entry_regeneration_wizard.py 5 additions, 1 deletion...ntry_contract/wizard/hr_work_entry_regeneration_wizard.py
- addons/hr_work_entry_holidays/models/hr_contract.py 1 addition, 1 deletionaddons/hr_work_entry_holidays/models/hr_contract.py
- addons/resource/models/resource.py 3 additions, 2 deletionsaddons/resource/models/resource.py
Loading
Please register or sign in to comment