Hi,
In Odoo, the Purchase module manages procurement documents like RFQs, POs, and Vendor Bills, while the Inventory module
handles the physical goods flow. That’s why changing receipt steps
(one-step, two-step, or three-step) affects Inventory operations but not
Purchase directly.
If you want an extra control step before goods enter stock, you can configure multi-step routes
in Inventory (e.g., Input → Quality → Stock). This ensures deliveries
from purchase orders go through inspection or control before reaching
the warehouse. For tighter integration, you can add a custom PO state (like “Pending Quality Control”) that syncs with stock pickings, though this requires customization.
On Odoo Enterprise, you can also use the Quality module
to enforce inspections on receipts. In short, the extra inbound step is
managed through Inventory (and optionally Quality), with customizations
if you want it explicitly visible in Purchase.
Hope it helps
right now it's RFQ, RFQ sent and Purchase Order.
I need:
RFQ, RFQ sent, Purchase order, Inbound delivery, Received
or maybe
RFQ, RFQ sent, Inbound delivery, Purchase order, Received
doesn't matter that much
In that case, I am not aware of any way for having this "Inbound delivery" Out of the Box. Custom modification (module) may be the solution, but maybe someone will answer with some other idea.