Saturday, April 22, 2023
5 changes · master
Enhancements to existing features
Bank statement lines can now store extra details about the related transaction. This helps businesses keep more complete payment information directly with their bank reconciliation records.
Original PR description
For some reasons, we need to store information about a transaction in the bank statement line. This commit adds the field to handle this information. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The spreadsheet component was updated to a newer version with improvements to undo/redo behavior, including a redo shortcut, and several performance optimizations. Users should experience smoother spreadsheet interactions, better filter icon alignment, and fewer interface glitches.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/6304f41c [REL] 16.3.0-alpha.5 https://github.com/odoo/o-spreadsheet/commit/5d6d39ff [IMP] history: add the possibility…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/6304f41c [REL] 16.3.0-alpha.5 https://github.com/odoo/o-spreadsheet/commit/5d6d39ff [IMP] history: add the possibility to repeat commands at redo Task: 2508693 https://github.com/odoo/o-spreadsheet/commit/f48587de [IMP] grid: add F4 shortcut to redo Task: 2508693 https://github.com/odoo/o-spreadsheet/commit/6ada2a17 [REF] history: transform history into a UI plugin Task: 2508693 https://github.com/odoo/o-spreadsheet/commit/f8490e90 [IMP] *: use deepCopy instead of JSON.parse(JSON.stringify) Task: 3272878 https://github.com/odoo/o-spreadsheet/commit/65387405 [IMP] model: store handler arrays Task: 3272878 https://github.com/odoo/o-spreadsheet/commit/5ebc4e30 [IMP] formats: performance of `splitNumber()` Task: 3272878 https://github.com/odoo/o-spreadsheet/commit/a4b68944 [IMP] sheet: move cells methods performance Task: 3272878 https://github.com/odoo/o-spreadsheet/commit/0b4b8ab0 [IMP] header_visibility: improve perfs of `findVisibleHeader` Task: 3272878 https://github.com/odoo/o-spreadsheet/commit/4178abad [FIX] grid: don't focus input if it's unmounted https://github.com/odoo/o-spreadsheet/commit/9c801ee0 [IMP] xml_bundle: make bundling xml templates sync https://github.com/odoo/o-spreadsheet/commit/58a15c79 [IMP] FilterIconsOverlay: vertical align for filter icon Task: 3162258 https://github.com/odoo/o-spreadsheet/commit/76141f75 [FIX] test: jest.setTimeout() pushed by error
The appointment app now uses clearer wording for shared booking links, helping users understand what the links are for and how to create them. The menu label was also updated from “Share Links” to “Shared Links,” and users can now start creating a shared link directly from the helper message.
Original PR description
Detail the action helper wording for shared links. Also add a button on the helper that opens the dialog form view of appointment_invite model to create them directly from there. Rename the record / menu from 'Share Links' to 'Shared Links' Task-3252407
Odoo Studio onboarding tours are now given lower priority, so users are less likely to be prompted to customize Odoo too early. This helps new users first become familiar with standard Odoo workflows before being introduced to advanced customization tools.
Original PR description
Studio is anm advanced tool and should be the last one to be pushed in the user's face - let the user get used to Odoo before askin them to modify it. Task-3279135
The bank reconciliation widget now shows additional transaction details and presents internal form notes in a cleaner, easier-to-read way. This helps accounting users review bank entries faster and make reconciliation decisions with better context.