Wednesday, October 28, 2020
6 changes · master
Enhancements to existing features
This update simplifies how the mail module sends background requests by letting the central session handling manage empty context information. It reduces duplicate handling in the mail code and supports more consistent request behavior across the system.
Original PR description
PURPOSE we need to pass empty context so it can be overriden in session.js. we should be able to not specify any context and let session handle it. SPECIFICATION - removed empty context from thread rpc - as there is already managed empty context in session, so no need to manage empty context in rpc LINKS Task 2243187 PR https://github.com/odoo/odoo/pull/54512 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes everyday purchasing, inventory, and manufacturing workflows clearer and easier to use. It improves document labels, reminder handling, mobile picking actions, replenishment grouping, tracking warnings, and several manufacturing report views so teams can work with more accurate prompts and more useful reporting.
Original PR description
Purchase - When a RFQ is in "To Approve" stage, on the printed pdf, keep "Request for Quotation" as a title - "Send Reminder" action should open the composer when triggered manually. Inventory - In tree view of transfer, set date_done optional = hide - In (mobile) picking view, replace button text with 'add a product' - fix Vendor Group by in Replenishment report - Warning message when changing product tracking from untracked to tracked MRP - Reporting > Manufacturing Orders : change measure for total quantity grouped by scheduled date = month and by product - Reporting > Work Orders : change measure for Duration per unit grouped by workcenter and by product & add unit (minutes) - Reporting > Overall equipment effectiveness : group by loss reason added to the current group by workcenter -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mail app now gives users clearer help when browser push notifications have been blocked. Users can copy the relevant browser settings address directly from the warning, making it easier to re-enable notifications without support help.
Original PR description
PURPOSE Once the push notifications have been blocked, message in the preferences is not straightforward enough for users to allow them. SPECIFICATION User can easily copy current browser setting's URL by copy button in the message. LINKS PR https://github.com/odoo/odoo/pull/47919 Task-2188584 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Warehouse users can now run Check Availability directly from the stock transfer list view. This makes it easier to reserve available products for selected transfers without opening each transfer individually, saving time in daily operations.
Original PR description
Add Check Availability button to the control panel of picking list view. Task 2361283 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Warehouse analysis now shows average cycle time and delay values, giving teams clearer insight into inventory performance. Automatically generated inter-company documents also add a note to the chatter, making it easier for users to understand when and why related documents were created.
Original PR description
Inventory > Reporting > Warehouse analysis -Compute average values on cycle time & delay Inter company rules > Auto generated documents -Log a note in the chatter at document generation
Financial report names are now shortened visually when they are too long, helping reports stay clean and easier to scan. This improves the user experience without changing the underlying report data.
Original PR description
Task ID: 2311363