Saturday, August 30, 2025
1 change · master
Code cleanup and technical improvements
This change removes an unused internal variable from the Manufacturing Work Orders module. It has no effect on users or business processes, but helps keep the codebase simpler and easier to maintain.
Original PR description
The variable `main_employee_connected` was previously used inside the `_set_default_time_log` method, but it is no longer used since it was removed in this [PR](https://github.com/odoo/enterprise/pull/84790). As a result, the variable is redundant and has no functional impact. This commit removes the dead code to keep the codebase clean and maintainable.