Thursday, December 13, 2018
5 changes · master
Enhancements to existing features
This change updates internal test counters for the test_mail module so they match current automated test results more closely. It helps keep Odoo's quality checks accurate and reduces noise from outdated expectations.
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
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
Miscellaneous changes
This pull request changes a test file in the Web module. The provided description does not identify a user-facing issue or feature, so the expected business impact appears limited to maintaining internal quality checks.
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