Friday, September 30, 2022
3 changes · master
Resolved issues and error corrections
A visual spacing issue in form views has been corrected so section titles and grouped content no longer appear too close together. This makes forms easier to read and provides a cleaner layout for users.
Original PR description
Since commit https://github.com/odoo-dev/odoo/commit/8fa6e923d0fc8695d92e0b114e230d3abab7d9bc, the `o_horizontal_separator` no longer has a right margin and did not have enough space between each `o_inner_group`. This commit fixes this issue. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The fix ensures that when users open the "Holes in sequence" shortcut from a journal dashboard, the create form defaults to the same journal they were working on instead of Miscellaneous Entries. This reduces confusion and helps accounting users correct sequence gaps more accurately.
Original PR description
When using the "Holes in sequence" shortcut on a journal in the Dashboard, the "Create" form shows the Miscellanous Entries journal as a default instead of the same Journal that the user trying to fix. Video: https://watch.screencastify.com/v/kUorLSIHwoy97UKuDJBC
This update applies minor fixes to manufacturing work order screens. It should improve day-to-day usability for teams managing production operations without changing core business processes.
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