Friday, August 7, 2020
2 changes · master
Enhancements to existing features
This change removes outdated code from the Time Off reporting area that no longer has any effect. Privacy protection for leave descriptions remains in place through newer safeguards, so users should not see a functional change.
Original PR description
_read_from_database was removed in the ormpocalypse of 13.0 . It was used in hr leaves report to make leave name (holding description) anonymous for people not belonging to HR groups. That way people havign access to hr.leave model but not member of hr groups could not read leave description as it is considered as private information. Since 13.0 _read_from_database has been removed. A security has been added in read_group itself, preventing to try to read name through read_group. In this commit we therefore simply remove dead code as the feature itself is still alive. Task ID-2285881
This update reorganizes many country-specific accounting and localization add-ons into clearer module categories. It helps businesses and administrators find the right localization features more easily without changing core accounting behavior.
Original PR description
Task [2309613](https://www.odoo.com/web#id=2309613&action=333&active_id=967&model=project.task&view_type=form&cids=1&menu_id=4720) Community PR: https://github.com/odoo/odoo/pull/55384