Friday, October 28, 2022
2 changes · master
Resolved issues and error corrections
Task Analysis records now open in a properly designed form instead of an automatically generated layout. This makes the reporting details easier to read and gives users a more polished experience when drilling into project task data.
Original PR description
**Description of the issue/feature this PR addresses:** Currently for the report.project.task.user model there is no form views defined. so on clicking the tree view, when the form is opened, odoo is providing a default view, which is not currently aligned well. 1.Project -> Reporting -> Task Analysis 2. Click on any record/data in graph view 3. Tree will be opened now and click any record in tree to open form view. **Current behavior before PR:** User is getting a default form view, which is not aligned well. **Desired behavior after PR is merged:** Clean form view will be visible for the user. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This corrects a typo in an internal method name used by stock transfers. It helps keep the stock module code consistent and easier to maintain, with no expected change to day-to-day user workflows.
Original PR description
issue #97863 previous PR #101825 can't be changed in stable version --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr