Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse Management
Folder size
0.12 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
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Denis Roussel, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a children_ids field on stock.location in order to
compute and store all the children for a stock.location and not only its
first level children as is the case for child_ids.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_location_form_view stock.location form Inherits stock.view_location_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • children_ids Many2many → stock.location
    column1='parent_id' column2='children_id' comodel_name='stock.location' compute='_compute_children_ids' help='All the children (multi-level) stock location of this location' relation='stock_location_children_ids' store=True
Public methods (1)
  • action_show_children_locations(self)
    Display all children locations of the current one

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
65 days ago
Last activity
9 days ago
Repository
OCA/stock-logistics-warehouse
Pull request
[19.0][MIG] stock_location_children: Migration to 19.0 (#2596)