TIP: You can type at any time to perform a new search.
Calendar Resources
calendar_resource · OCA/calendar
- 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
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsMany2many → resource.resourcecomodel_name='resource.resource'string='Resources'
No public methods.
New fields (1)
-
allowed_resource_idsMany2many → resource.resourcecomodel_name='resource.resource'help='Resources allowed in meetings of this type'string='Allowed Resources'
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_bookBooleandefault=Falsehelp='Check if this resource can be booked in more than one meeting or event at the same time.'string='Allow Double Booking' -
allowed_event_typesMany2many → calendar.event.typecomodel_name='calendar.event.type'help='Event types this resource is allowed at.'string='Event Types' -
calendar_idMany2one → resource.calendardefault=<expr>help='Define the schedule of resource'required=Falsestring='Working Time' args: 'resource.calendar' -
event_idsMany2many → calendar.eventcomodel_name='calendar.event'string='Calendar Events' -
noteTextstring='Resource Notes'
No public methods.
Loading…