Daily updates from Odoo
Friday, January 13, 2023
1 change
Code cleanup and technical improvements
The salary contract wizard was reorganized so the information needed to generate simulation links is handled in one clearer flow. This reduces internal duplication and makes future maintenance easier, with little expected impact on day-to-day users.
Original PR description
The various information in generate.simulation.link is currently calculated and determined in multiple unrelated places. This commit streamlines the flow of this wizard and removes redundant fields to make the code more readable. task-3050988