Tuesday, July 28, 2020
4 changes · master
Enhancements to existing features
This update strengthens how Odoo validates screen and report definitions before they reach users. It helps catch configuration mistakes earlier, improves error messages for administrators, and moves manufacturing Gantt capabilities to the appropriate enterprise area.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Stock handling now reacts automatically when items cannot be reserved or when new inventory is received. This helps trigger replenishment sooner and makes received products available for pending operations with less manual intervention.
Original PR description
1. When reservation can't be done for some products, we automatically evaluate their reordering rules and create the corresponding replenishment document. 2. When receiving products in stock, automatically check if some stock moves are available and assign them. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now enter and select historical dates going back to January 1, year 1 across website forms, surveys, and other date fields. This removes an old limitation that blocked dates before 1900, improving support for records that require very early dates.
Original PR description
taskID: 2166761
This update strengthens validation for several advanced Odoo views, helping catch setup issues earlier and making specialized screens more dependable. It also reorganizes Gantt-related manufacturing features into the Enterprise area, keeping premium functionality aligned with the correct edition.