| 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_location |
| VERSION | |
| VERSION | 1.1 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Numérigraphe |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Numérigraphe |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Lionel Sausin (Numérigraphe) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-warehouse: - stock_inventory_hierarchical - stock_inventory_location 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 |
Make exhaustive Inventories aware of their Sub-Inventories.
===========================================================
This module allows an inventory to contain a general Location,
and it's sub-inventories to contain some of it's sub-Locations.
It will prevent you from setting the Inventories and sub-Inventories
in inconsistent status.
This module will be installed automatically if the modules
"stock_inventory_location" and "stock_inventory_hierarchical" are both
installed.
You must keep this module installed to ensure proper functioning.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_ihl_exhautive_form_view |
hierarchical.inventory.location.exhautive.form | stock.inventory | xpath | Inherits stock_inventory_hierarchical.stock_inventory_hierarchical_form_view |
stock_inventory_hierarchical_location_form_view |
hierarchical.inventory.location.form | stock.inventory | xpath | Inherits stock.view_inventory_form |
view_stock_generate_inventory |
Generate Inventory | stock.generate.inventory | form | New |
No new fields.
Public methods (1)generate_inventory(self, cr, uid, ids, context=None)
No new fields.
Public methods (4)action_open(self, cr, uid, ids, context=None)
confirm_missing_locations(self, cr, uid, ids, context=None)
get_missing_locations(self, cr, uid, ids, context=None)
onchange_location_id(self, cr, uid, ids, location_id, context=None)