Daily updates from Odoo
Wednesday, November 23, 2022
1 change
Code cleanup and technical improvements
The salary simulation link flow has been reorganized so the right contract information is set consistently in one place. This makes the process easier to maintain and helps reduce the chance of incorrect contract details being used when preparing compensation simulations.
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 to make the code more readable. task-3001402