Monday, September 13, 2021
2 changes · master
Enhancements to existing features
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