| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_location_fill_state |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV, BCIM |
| COMMITTERS | |
| COMMITTERS | Jacques-Etienne Baudoux, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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).  |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_location_fill_state |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV, BCIM |
| COMMITTERS | |
| COMMITTERS | Denis Roussel, Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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).  |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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
No public methods.