| 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/8.0/stock_inventory_hierarchical |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Numérigraphe |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Numérigraphe |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Lionel Sausin, Stéphane Bidoul (ACSONE), OCA Transbot, Lionel Sausin (Numérigraphe), oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web_kanban - web - report - procurement - board - web_kanban_gauge - web_kanban_sparkline |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_inventory_hierarchical_form_view |
hierarchical.inventory.form | stock.inventory | xpath | Inherits stock.view_inventory_form |
stock_inventory_hierarchical_tree_view |
hierarchical.inventory.tree | stock.inventory | xpath | Inherits stock.view_inventory_tree |
view_inventory_subinventories_filter |
hierarchical.inventory.filter | stock.inventory | xpath | Inherits stock.view_inventory_filter |
view_stock_generate_inventory |
Generate Inventory | stock.generate.inventory | form | New |
level
Integer
default=3
help='Maximum number of intermediate sub-inventories between the main inventory and the smallest sub-inventory.'
string='Level'
location_id
Many2one → stock.location
comodel_name='stock.location'
default=<expr>
required=True
string='Location'
only_view
Boolean
default=True
help='If set, only inventory on view location can be created'
string='Only view'
prefix_inv_name
Char
help='Optional prefix for all created inventory'
string='Inventory prefix'
generate_inventory(self)
complete_name
Char
compute='_complete_name'
string='Complete reference'
inventory_ids
One2many → stock.inventory
comodel_name='stock.inventory'
inverse_name='parent_id'
readonly=True
states={'draft': [('readonly', False)]}
string='List of Sub-inventories'
parent_id
Many2one → stock.inventory
comodel_name='stock.inventory'
ondelete='cascade'
readonly=True
states={'draft': [('readonly', False)]}
string='Parent Inventory'
parent_left
Integer
index=True
args: 'Parent Left'
parent_right
Integer
index=True
args: 'Parent Right'
progress_rate
Float
compute='_progress_rate'
string='Progress'
action_cancel_inventory(self)
name_get(self)
prepare_inventory(self)
| 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/7.0/stock_inventory_hierarchical |
| VERSION | |
| VERSION | 1.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Numérigraphe |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Numérigraphe |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Lionel Sausin (Numérigraphe) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - process - web - decimal_precision - base_setup - web_kanban - account - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Hierarchical structure for Physical Inventories and sub-Inventories =================================================================== This module adds a parent-child relationship between Physical Inventories, to help users manage complex inventories. Using several inventories, you can distribute the counting to several persons and still keep a clear overview of global Inventory's status. OpenERP will make sure the status of the Inventory and it's Sub-Inventories are consistent. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_inventory_hierarchical_form_view |
hierarchical.inventory.form | stock.inventory | xpath | Inherits stock.view_inventory_form |
stock_inventory_hierarchical_tree_view |
hierarchical.inventory.tree | stock.inventory | xpath | Inherits stock.view_inventory_tree |
view_inventory_subinventories_filter |
hierarchical.inventory.filter | stock.inventory | xpath | Inherits stock.view_inventory_filter |
No new fields.
Public methods (7)action_cancel_inventory(self, cr, uid, ids, context=None)
action_confirm(self, cr, uid, ids, context=None)
action_done(self, cr, uid, ids, context=None)
create(self, cr, uid, vals, context=None)
name_get(self, cr, uid, ids, context=None)
name_search(self, cr, uid, name='', args=None, operator='ilike', context=None, limit=100)
write(self, cr, uid, ids, vals, context=None)