Monday, September 7, 2020
3 changes · master
Enhancements to existing features
Manufacturing orders now trigger automatic replenishment rules when components are unavailable during availability checks, including subcontracting flows. This reduces manual scheduler runs and helps teams reserve materials or feed downstream demand more quickly after production is completed.
Original PR description
Description of the issue/feature this PR addresses: A feature was added into `stock.picking` to look for and trigger automatic reordering rules for products not in stock when "Check Availability" is…
Description of the issue/feature this PR addresses: A feature was added into `stock.picking` to look for and trigger automatic reordering rules for products not in stock when "Check Availability" is triggered. This feature adds in the same check and trigger of reordering rules when "Check Availability" is triggered within a Manufacturing Order (MO). This includes subcontractor MOs. In order to reuse logic and make code more maintainable, logic to handle auto-checking/assigning has been moved to `stock.move` so both `stock.picking` and `mrp.production` can both use it easily. Tests updated/added to match new feature. Current behavior before PR: When "Check Availability" is triggered in a MO and products are unavailable to be reserved but have an auto reordering rule, a manual trigger of "Run Scheduler" or of the specific relevant reordering rule(s) is still necessary. Desired behavior after PR is merged: The relevant "auto" reordering rules will be triggered automatically when "Check Availability' is triggered. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves how stock and manufacturing operations split stock movements by allowing them to be processed in batches. This should make related inventory and production workflows more reliable and efficient when multiple movements are handled at once.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Calendar meeting popups now show each attendee's participation status directly next to their name and photo. This makes it easier for users to quickly see who has accepted, declined, or is tentative without opening the full event.
Original PR description
PURPOSE There's currenty no easy way to see if the attendees of an event will participate or not. We should add this information on the meeting popup. SPEC On the meeting popup, in the attendees section: display the attendance of everyone, adding the status bullet before their picture. TASK 2058767 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr