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

Module: Stock Release Channels

Entity: stock.release.channel

Compute Method: _compute_is_action_lock_allowed

Inputs Method Outputs
for rec in self:
            rec.is_action_lock_allowed = rec.state == "open"

Back to entity