Monday, November 21, 2022
3 changes · master
Enhancements to existing features
This improvement helps Odoo's test tooling label JavaScript test files with their related module. This makes it easier for teams to identify test ownership and run only the tests for a specific module, improving developer efficiency without changing business workflows.
Original PR description
The purpose of this improvement is to easily identify the module of a test and to be able to run only the tests of a module. Task-id: 3062058 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The default product image placeholder has been updated to make it easier to see and recognize, especially in smaller views such as kanban cards. This improves visual clarity when products do not yet have their own images.
Original PR description
Prior to this commit, the image placeholder lacked contrast and wasn't readable in small size (eg. in the kanban view). This commit improves this placeholder. task-2760590 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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