Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Stock Request

Entity: stock.move

Compute Method: _compute_stock_request_ids

Inputs Method Outputs
for rec in self:
            rec.stock_request_ids = rec.allocation_ids.mapped("stock_request_id")

Back to entity