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

Compute Method: _view_ids

Inputs Method Outputs
for model in self:
            model.view_ids = self.env['ir.ui.view'].search([('model', '=', model.model)])

Back to entity