| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Purchase (purchase)
• Invoicing (account) • Discuss (mail) • Inventory (stock) |
| Lines of code | 587 |
| Technical Name |
stock_info_widget |
| License | LGPL-3 |
| Versions | 17.0 18.0 19.0 |
Stock Info Widget on SO/PO Lines
One-click per-warehouse stock visibility — right on your order lines
Overview
This module adds a small cubes icon on every Sale Order and Purchase Order line. Click it to instantly see a popover with real-time, per-warehouse stock information — without leaving the order form.
Sale Order — Stock Info Popover
What You See in the Popover
| Column | Description |
|---|---|
| On Hand | Total quantity physically in the warehouse |
| Free | On Hand minus Reserved — what you can actually promise |
| Reserved | Allocated to existing demand (deliveries, manufacturing, etc.) |
| Incoming | Pending receipts (purchase orders, transfers in) |
| Outgoing | Pending deliveries (sale orders, transfers out) |
| Forecast | On Hand - Outgoing + Incoming |
Purchase Order — Stock Info Popover
Quick Actions
- Forecast Report — per-warehouse button that opens the standard Odoo Forecasted Inventory report
- Stock by Location — per-warehouse button that opens the quant list filtered by warehouse & product
- All Locations — footer link showing stock across all internal locations
- Product — footer link to quickly navigate to the product form
Performance First
- Zero computed fields — no overhead when loading the order form
- RPC-on-click — fresh stock data is fetched only when you click the icon
- Company-scoped — only the order's company warehouses are queried
- Shortage warning — instant visual alert when free stock is less than the ordered quantity
Please log in to comment on this module