Stock Location Fill State

stock_location_fill_state
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_location_fill_state
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - base_partition
OCA/stock-logistics-warehouse:
    - stock_location_pending_move
odoo/odoo:
    - base
    - stock
    - product
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - 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
This module allows to identify empty stock locations. But also,
filled locations, being empty ones (some movements will empty the location)
and being filled ones (some movements are planned to fill in the location).

![occupancy](../static/description/fill_state.png)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_location_form_view stock.location xpath Inherits stock.view_location_form
stock_location_search_view stock.location filter Inherits stock.view_location_search
stock_location_tree_view stock.location field Inherits stock.view_location_tree2
Models touched (1)

New fields (2)
  • exclude_from_fill_state_computation Boolean
    help="Don't compute the fill state for this location. Checking this onintensively used locations can improve performances."
  • fill_state Selection
    compute='_compute_fill_state' help='\n This shows the location fill state.\n Possible values:\n [empty] Empty location\n [filled] Filled location\n [being_filled] The location is empty and an incoming move is in progress\n [being_emptied] The location is filled and the outgoing move(s) will\n empty the location\n ' index=True selection=[('empty', 'Empty'), ('filled', 'Filled'), ('being_filled', 'Being Filled'), ('being_emptied', 'Being Emptied')] store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_location_fill_state
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, BCIM
COMMITTERS
COMMITTERSDenis Roussel, Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - base_partition
OCA/stock-logistics-warehouse:
    - stock_location_pending_move
odoo/odoo:
    - base
    - stock
    - product
    - 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
This module allows to identify empty stock locations. But also,
filled locations, being empty ones (some movements will empty the location)
and being filled ones (some movements are planned to fill in the location).

![occupancy](../static/description/fill_state.png)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_location_form_view stock.location xpath Inherits stock.view_location_form
stock_location_search_view stock.location filter Inherits stock.view_location_search
stock_location_tree_view stock.location field Inherits stock.view_location_tree2
Models touched (1)

New fields (2)
  • exclude_from_fill_state_computation Boolean
    help="Don't compute the fill state for this location. Checking this onintensively used locations can improve performances."
  • fill_state Selection
    compute='_compute_fill_state' help='This shows the location fill state.\nPossible values:\n[empty] Empty location\n[filled] Filled location\n[being_filled] The location is empty and an incoming move is in progress\n[being_emptied] The location is filled and the outgoing move(s) will empty the location' index=True selection=[('empty', 'Empty'), ('filled', 'Filled'), ('being_filled', 'Being Filled'), ('being_emptied', 'Being Emptied')] store=True
Public methods (0)

No public methods.