stock_available_base_exclude_location
This module provides a base mixin to define excluded stock locations on Odoo models and integrates with product availability calculations to exclude those locations.
Key Features
- stock.exclude.location.mixin: Adds fields to specify excluded stock locations using IDs or a domain string.
- product.product: Overrides location domain methods to apply exclusions from context in availability calculations.
- stock availability: Enables excluding specified locations when computing product available quantities.