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

Module: Readonly publishing of calendars

Entity: res.users

Compute Method: _compute_ical_ids

Inputs Method Outputs
  • id
for this in self:
            domain = [("allowed_users_ids", "=", this.id)]
            this.ical_ids = self.env["base.ical"].search(domain)

Back to entity