TIP: You can type at any time to perform a new search.
Stock Location Fill State
stock_location_fill_state · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Uncategorized
- Folder size
- 0.14 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 08:42:50
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA), BCIM
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA), BCIM
- Committers
- Jacques-Etienne Baudoux, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- stock_location_fill_state_qty_picked, stock_storage_type
- 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). 
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_location_form_view |
stock.location | form | Inherits stock.view_location_form | |
stock_location_search_view |
stock.location | search | Inherits stock.view_location_search | |
stock_location_tree_view |
stock.location | tree | Inherits stock.view_location_tree2 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
exclude_from_fill_state_computationBooleanhelp="Don't compute the fill state for this location. Checking this onintensively used locations can improve performances." -
fill_stateSelectioncompute='_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=Trueselection=[('empty', 'Empty'), ('filled', 'Filled'), ('being_filled', 'Being Filled'), ('being_emptied', 'Being Emptied')]store=True
No public methods.
Loading…