Thursday, August 29, 2024
1 change · master
Code cleanup and technical improvements
The Belgian salary contract module’s browser code was modernized by replacing older jQuery usage with standard JavaScript. This is an internal cleanup that helps reduce technical dependencies and supports easier long-term maintenance without changing expected business behavior.
Original PR description
Description of the issue/feature this PR addresses: This PR aim to convert all jQuery code into Vanilla JS in hr_contract_salary, this way we will reduce the dependency of jQuery in Odoo codebase. task-3770362