Daily updates from Odoo
Monday, November 21, 2022
1 change
Enhancements to existing features
The salary simulation wizard now only displays the option to request a new car when the employee has already reached the allowed number of used cars. This keeps the form cleaner and helps users focus on choices that apply to their situation.
Original PR description
Purpose: Generally, the user is not able to pick the new car if the amount of used cars is already reached. But it can be overruled by ticking the field 'new_car' on the 'Generate a Simulation Link' wizard. Thus it makes sense to show 'new_car' only when it is needed. Now 'new_car' is always visible on the wizard. After this commit the field 'new_car' will only be visible on the wizard if the amount of used cars is already reached. task - 3035820