Stock Available Exclude Location

stock_available_exclude_location
REPOSITORY
REPOSITORYOCA/stock-logistics-availability
GIT
GIThttps://github.com/OCA/stock-logistics-availability.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-availability/tree/16.0/stock_available_exclude_location
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Escodoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Escodoo
COMMITTERS
COMMITTERSAaronHForgeFlow, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-availability
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-availability:
    - stock_available_base_exclude_location
OCA/stock-logistics-warehouse:
    - stock_location_children
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.stock (in stock_available_exclude_location) res.config.settings div Inherits stock.res_config_settings_view_form
Models touched (3)

New fields (1)
  • excluded_location_ids Many2many → stock.location
    comodel_name='stock.location' compute='_compute_excluded_location_ids' readonly=True string='Locations to Exclude as Available'
Public methods (0)

No public methods.

New fields (1)
  • stock_excluded_location_ids Many2many → stock.location
    comodel_name='stock.location' help='Fill in this field to exclude locations for product available quantities.' string='Stock Excluded Locations'
Public methods (0)

No public methods.

New fields (1)
  • stock_excluded_location_ids Many2many → stock.location
    comodel_name='stock.location' help='Fill in this field to exclude locations for product available quantities.' readonly=False related='company_id.stock_excluded_location_ids' string='Excluded Locations for Product Availability'
Public methods (0)

No public methods.