Saturday, April 22, 2023
3 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 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