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

Module: Base

Entity: ir.model.fields

Compute Method: _compute_copied

Inputs Method Outputs
for rec in self:
            rec.copied = (rec.ttype != 'one2many') and not (rec.related or rec.compute)

Back to entity