Thursday, April 10, 2025
2 changes · master
New functionality added to Odoo
Purchasing teams can now use a Suggest action in the product catalog to fill a draft purchase order based on recent product demand, stock on hand, incoming quantities, warehouse, and planning period. This helps buyers replenish the right products faster while still allowing manual quantity adjustments before confirming the order.
Original PR description
This commit adds an action to automatically populate a Purchase Order from the Product Catalog. This action displays a wizard to let the user selects the period of time, the warehouse to take in consideration, for how much time the replenish is needed and a percentage to manually adapt the quantity. Once the wizard is set, the total price for all the product's need is displayed and the user can confirm and a PO line will be created for every product. The products displayed in the catalog are the ones who will be replenished. Their done outgoing moves are used to compute the "monthly demand". task-4536728 Enterprise PR: odoo/enterprise#79704
Adds a new Planning / Attendance report so businesses can compare scheduled hours with actual attendance, spot under- or over-staffing, and identify overtime or missed hours. The Planning / Timesheets analysis is also moved under Planning and now focuses on past and current records for more accurate reporting.