-
- Downloads
[IMP] hr: simplify and correct the default data
Some changes were made to the default/demo/test data to be more
consistent:
- Duplicates of "Paid Time Off" time off types are consolidated into
one type (inluding year specific versions, ig "Paid Time Off 2019"
- Annual Time Off is renamed back to Paid Time Off (both for the
work entry type as the time off type) to be consistent everywhere.
- All mentions of years in work entry types and time off types have
been removed, as this is no longer relevant with the new allocation
rules.
- Time off types in the default data have been explicitely made
company agnostic, in order for them to be available to all companies
and not just the one company that was select when installing
hr_holidays. This was already the case for the be_payroll data, but
not for the standard hr_holidays ones.
- Various small cosmetic / functional fixes and simplifications
(eg deduplication of data)
- expense_other_input has been made country agnostic, in order for it
to be available in all countries.
task-2978513
closes odoo/odoo#112173
Related: odoo/enterprise#36796
Signed-off-by:
Kevin Baptiste <kba@odoo.com>
Showing
- addons/hr_holidays/data/hr_holidays_data.xml 9 additions, 1 deletionaddons/hr_holidays/data/hr_holidays_data.xml
- addons/hr_holidays/data/hr_holidays_demo.xml 23 additions, 0 deletionsaddons/hr_holidays/data/hr_holidays_demo.xml
- addons/hr_holidays/tests/test_access_rights.py 3 additions, 3 deletionsaddons/hr_holidays/tests/test_access_rights.py
- addons/hr_holidays_attendance/data/hr_holidays_attendance_data.xml 1 addition, 0 deletions..._holidays_attendance/data/hr_holidays_attendance_data.xml
- addons/hr_work_entry_contract/data/hr_work_entry_data.xml 1 addition, 1 deletionaddons/hr_work_entry_contract/data/hr_work_entry_data.xml
- addons/hr_work_entry_holidays/__manifest__.py 1 addition, 0 deletionsaddons/hr_work_entry_holidays/__manifest__.py
- addons/hr_work_entry_holidays/data/hr_payroll_holidays_demo.xml 0 additions, 8 deletions.../hr_work_entry_holidays/data/hr_payroll_holidays_demo.xml
- addons/resource/data/resource_data.xml 1 addition, 1 deletionaddons/resource/data/resource_data.xml
- addons/resource/models/resource.py 1 addition, 1 deletionaddons/resource/models/resource.py
Loading
Please register or sign in to comment