Thursday, December 13, 2018
3 changes · master
Resolved issues and error corrections
This change renames an internal web test file to better match Odoo's test naming conventions. It has no expected impact on day-to-day users, but helps keep the codebase easier to maintain and validate.
Original PR description
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 CRM opportunity form now restores the previous layout for expected revenue and probability fields. This reverses a recent simplification so users see the original design again, reducing disruption in daily sales workflows.
Original PR description
In task 1893160, we wanted to shorten the 'planned_revenue' and 'probability' fields on the crm.lead formview. For simplicity's sake, we are reverting this change. Task-1917357 Closes #29475 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A duplicated and unused test file was removed from the web module. This is a small cleanup that reduces maintenance noise without changing product behavior for users.
Original PR description
Remove a unused file -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr