Change 1 of 22
Allocation report
The allocation flow has been improved with the ability to allocate directly from the forecast report and a new design of the allocation report.
Official Odoo 20 release note
In plain words
When an incoming receipt covers an outgoing delivery, the forecast report now shows an Assign link on that line. One click links the receipt to the delivery (and Unassign undoes it). The old reception report is replaced by a new allocation report, opened from the Allocation button on transfers, and the operation type decides when it pops up.
Where to find it
- Create a receipt and a delivery for the same product and confirm both.
- Open the product and click the Forecasted smart button.
- Click Assign on the delivery line that is covered by the receipt.
For users
Planners can link a receipt to a waiting delivery straight from the forecast report, and see allocations in a new report.
For developers
New model stock.allocation.report (client action tag allocation_report) with action_assign; picking type field auto_show_allocation_report and allocated_location_id.
Upgrading from Odoo 19
Customizations of the old reception report (report_reception) need to be moved to the new allocation report.
