// the find
OCA/stock-logistics-warehouse
Odoo Warehouse Management Addons
A collection of ~70 Odoo 18.0 community add-ons that patch gaps in Odoo's built-in warehouse management — things like cycle counting rules, vertical lift machine integrations, tray-based location layouts, and demand estimates. This is for Odoo shops that have hit the limits of what the base product offers and don't want to pay Odoo SA's enterprise prices for the features that exist there.
Active maintenance with CI, codecov, and pre-commit on 18.0 (pushed today); the OCA infrastructure means modules follow a consistent structure with tests, i18n, and proper manifests. The vertical lift / VLM integration cluster is genuinely useful — hardware integrations for Kardex and Modula are hard to find as open source. `stock_cycle_count` with rule-based scheduling and location accuracy reports is production-grade functionality that vanilla Odoo 18 community doesn't ship.
This is an Odoo module collection, not a standalone library — zero value unless you're already running Odoo, and Odoo version upgrades routinely break the whole ecosystem at once (there's a separate branch per major version). The 828 forks vs 396 stars ratio suggests most users are maintaining private forks rather than contributing back, which means upstream quality is uneven. Several modules are thin field additions that could have been a single module; the glue module pattern (`stock_move_location_purchase_uom` gluing two other modules) creates dependency webs that are painful to audit before installing.