Tuesday, April 14, 2020
3 changes · master
Resolved issues and error corrections
This fixes an issue in manufacturing where users could not quickly create a production lot from the produce wizard for components because the company was not set correctly. The change ensures the correct default company is applied, making the production workflow smoother and avoiding a blocking error.
Original PR description
Before this, unable to quick create production lot from produce wizard in components, as default company was not set correctly. Fixes-2234784 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
When users switch from a regular list view into Studio's list view editor, any grouping from the original list view is now cleared. This prevents confusing grouped layouts in Studio and makes editing list views more predictable.
Original PR description
PURPOSE when we switch from list view to studio list view, then groupby of list view should not apply in the list view of studio. SPECIFICATIONS remove group by from the studio list view. LINKS PR https://github.com/odoo/enterprise/pull/9828 Task 2235226
This update fixes several issues in the data cleaning process and adds dedicated tests to help prevent future regressions. Businesses benefit from more consistent cleaning suggestions, better handling of formatted content, and improved reliability when company or country details affect displayed values.
Original PR description
Add tests for data_cleaning