Daily updates from Odoo
Thursday, May 16, 2024
1 change
Features or functions removed from Odoo
An outdated internal method was removed from the HR contract document integration because its responsibility had already been moved elsewhere. This keeps the module cleaner and reduces maintenance risk without changing day-to-day user workflows.
Original PR description
remove the _unlink_except_contract_signature_tag method from the hr.contract model. The method was moved in this commit: https://github.com/odoo/enterprise/commit/c4b1be7a4af975f0f90490dd31647e3f4cd144da (task-id 3928257) And the method was introduce in this commit: https://github.com/odoo/enterprise/commit/03775ae721c139839dfaf12358e87e02041d3359 (task-id 3695553) task-3928257