Repository
OCA/calendar · module folder · Try on Runboat
Module version
1.0.0
Category
Calendar
Folder size
0.38 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/calendar
Last tracking update
2026-08-07 07:25:00
Authors
Savoir-faire Linux, Odoo Community Association (OCA), LasLabs
Maintainers
Savoir-faire Linux, Odoo Community Association (OCA), LasLabs
Committers
GitHub, Weblate, OCA-git-bot, oca-travis, Luis
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
resource_resource_form resource.resource.form resource.resource form Inherits resource.resource_resource_form
view_calendar_event_calendar view.calendar.event.calendar calendar.event calendar Inherits calendar.view_calendar_event_calendar
view_calendar_event_form calendar.event.form calendar.event form Inherits calendar.view_calendar_event_form
view_calendar_event_form_popup view.calendar.event.form.popup calendar.event form Inherits calendar.view_calendar_event_form_popup
view_calendar_event_search calendar.event.search calendar.event search Inherits calendar.view_calendar_event_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (1)
  • resource_ids Many2many → resource.resource
    comodel_name='resource.resource' string='Resources'
Public methods (0)

No public methods.

New fields (1)
  • allowed_resource_ids Many2many → resource.resource
    comodel_name='resource.resource' help='Resources allowed in meetings of this type' string='Allowed Resources'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (5)
  • allow_double_book Boolean
    default=False help='Check if this resource can be booked in more than one meeting or event at the same time.' string='Allow Double Booking'
  • allowed_event_types Many2many → calendar.event.type
    comodel_name='calendar.event.type' help='Event types this resource is allowed at.' string='Event Types'
  • calendar_id Many2one → resource.calendar
    default=<expr> help='Define the schedule of resource' required=False string='Working Time' args: 'resource.calendar'
  • event_ids Many2many → calendar.event
    comodel_name='calendar.event' string='Calendar Events'
  • note Text
    string='Resource Notes'
Public methods (0)

No public methods.

Loading…