Wednesday, September 30, 2020
2 changes · master
Resolved issues and error corrections
After users click action buttons on a form, the page now returns to the same scroll position instead of jumping back to the top. This makes working with long forms smoother and reduces time spent finding the previous location again.
Original PR description
This fixes issue #46060 Current behavior before PR: Forms scroll return to the top after calling a button. Desired behavior after PR is merged: Forms scroll return to previous location after calling a button. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When a subscription sale creates a project task, the resulting subscription now receives the same analytic account as the original sales order. This keeps revenue and project-related tracking aligned without manual correction.