Monday, September 13, 2021
4 changes · master
Enhancements to existing features
Email attachments are now handled with separate displays for image previews and regular files. This makes attachment areas easier to maintain and should provide a more consistent experience when viewing or managing files in Odoo messages.
Original PR description
Current implementation switch display between file attachment and image attachment. This commit split those behaviour in 2 components. Enterprise part: https://github.com/odoo/enterprise/pull/18747 Part of task-2365881
This update continues the revamp of subcontracting workflows to make manufacturing operations easier to manage and more reliable. Businesses using subcontracting should see a more consistent experience when coordinating outsourced production activities.
The barcode reception info view now only shows the Allocation button when there are items that can actually be allocated. It also saves current work before opening allocation-related screens, helping prevent users from losing changes during warehouse receiving workflows.
Original PR description
Small fix/improvement: 1. Make "Allocation" button show in "i" form view only when moves to allocate to. (i.e. match community behavior) 2. Commit changes when "i" button is clicked on. This is due to "Allocation" button opening a "new" window when opening the action. After OWL-ification, the default behavior when this occurs is to wipe any not committed changes. Obviously we do not want to lose our work when clicking on this button. Task: 2632884 COM PR: odoo/odoo#76147
The mail enterprise module updates its automated checks for attachments to match a newer interface component. This helps keep quality assurance aligned with the current product behavior without changing the user-facing attachment experience.
Original PR description
See https://github.com/odoo/odoo/pull/71722 Part of task-2365881