Daily updates from Odoo
Monday, August 29, 2022
2 changes
Enhancements to existing features
The payroll contract list view has been modernized to use Odoo's newer interface framework. This should help keep the payroll experience consistent and easier to maintain, with limited visible change for day-to-day users.
Original PR description
Convert hr_contract_tree list view to owl task-2954524
This update removes an unused internal method from the asset accounting area. It has no expected day-to-day impact for users, but it simplifies maintenance and reduces obsolete code in the system.
Original PR description
Follow up on 6cb107c42c1e3a679f7c7b2f41466f39d042bd16 Method `create_asset_move` is not called from anywhere.