Friday, October 8, 2021
5 changes · master
Enhancements to existing features
Website guided tours now mark a text editing instruction as complete as soon as the user clicks the highlighted area. This lets users move through onboarding faster without needing to prepare or enter custom text immediately.
Original PR description
The idea of a text edit step is considered clearly communicated to the end user from the moment the trigger is clicked ( as opposed to the step waiting for actual input from the end user). This way an end user can finish the tour faster without actually having prepared custom text content yet. task-2580338
This update improves how Point of Sale prepares payment statement information during session processing. It makes the underlying payment handling easier to customize while keeping the business workflow unchanged.
Original PR description
Get payment when generating statement values. It allows to override more easily and simplify method signature. @caburj -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change adds a new Mail data field needed for an upcoming reply-to feature. It lays the groundwork during the version freeze so the user interface can be introduced later without requiring another data model change.
Original PR description
Add the field in the freeze for next version, the interface is not fully ready to merge yet but it will be added in https://github.com/odoo/odoo/pull/75849 Part of task-2362251
Odoo’s messaging components were updated to use a cleaner internal browser integration, improving consistency across chat, employee status, calendar activity, and live chat experiences. This is mainly an internal modernization that should make messaging features easier to maintain and more reliable without changing day-to-day workflows.
Sales order quantity decreases now flow through to related delivery and procurement documents, so teams no longer need manual corrections when customers reduce orders. For make-to-order products, unconfirmed purchase requests can also be reduced before they become confirmed purchase orders.
Original PR description
Allows quantity decrease on Sale Orders to be propagated to their related pickings. If the MTO route is used, the decrease can be propagated to a related RFQ if it wasn't confirmed yet. Task-2513592 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: #76752