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

Module: Stock Owner Restriction

Entity: stock.move

Compute Method: _compute_restricted_owner_id

View 18.0
Inputs Method Outputs
+ for move in self:
+             move.restricted_owner_id = move._get_owner_for_assign()[:1]
  • restricted_owner_id

Back to entity