Component availability, FIFO supply allocation and how priority decides who gets the parts.
For every manufacturing order, APS reads its Bill of Materials (BOM) from Odoo and computes the components and quantities needed. It also reads:
These come from the same sync that pulls MOs and work centers — no extra setup needed once the connector is configured.
In the scheduler modal, switch on Respect material availability. Every MO is then delayed until all its BOM components are available.
Available means: in stock or arriving on a PO before the MO needs it. APS computes a per-MO “material floor” date and prevents any operation of that MO from starting earlier.
MATERIAL_LATE / MATERIAL_SHORTAGE as conflicts on infeasible ops, without moving them.When two MOs need the same component and there's not enough to go around, the higher-priority order claims first. Within the same priority, the earlier due date wins. This mirrors the scheduler's sort order — the order you see on screen is the order APS hands out parts.
Concretely: APS walks every MO in scheduling order. For each component it consumes from the supply ledger in PO-arrival order (first-in-first-out). If existing stock fills it, no waiting. If only future POs cover it, the MO's material floor is the latest PO arrival date.
APS flags two material conflict types on operations:
Both surface in the conflict list above the Gantt. Click the operation to see which component is the bottleneck and what date is needed.
Open Materials from the sidebar to see every BOM component across the dataset. Columns:
Filter by Status (All / Shortage / OK) or use the search box to match by code or material name. This is the fastest way to spot the part that's holding up your plan.
If a component has zero supply records (e.g. inventory not yet synced), APS treats it as unconstrained, not as a shortage. Only when records exist but the quantity is insufficient is the MO blocked. This avoids false alarms on the first sync.
To get a specific MO first pick of parts:
Run the scheduler after changes and you'll see other MOs absorb the downstream impact (waiting longer, or hitting MATERIAL_SHORTAGE).