TIP: You can type at any time to perform a new search.
Website Jitsi
website_jitsi · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Hidden
- Folder size
- 0.3 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.odoo.com/app/events
- Last tracking update
- 2026-08-08 22:28:53
- Authors
- Maintainers
- None
- Committers
- Raphael Collet, Odoo Translation Bot, Aaron Bohy, Odoo Online, Tiffany Chang (tic), Gorash, Louis (wil)
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
chat_room_join_button |
chat_room_join_button | ir.ui.view | qweb | New |
chat_room_view_form |
chat.room.form | chat.room | form | New |
chat_room_view_search |
chat.room.search | chat.room | search | New |
chat_room_view_tree |
chat.room.list | chat.room | list | New |
HTTP endpoints (2)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/jitsi/is_full |
WebsiteJitsiController.jitsi_is_full |
public | json | ALL | |
/jitsi/update_status |
WebsiteJitsiController.jitsi_update_status |
public | json | ALL |
Models touched (2)
New fields (8)
-
is_fullBooleancompute='_compute_is_full' args: 'Full' -
jitsi_server_domainCharcompute='_compute_jitsi_server_domain'help='The Jitsi server domain can be customized through the settings to use a different server than the default "meet.jit.si"' args: 'Jitsi Server Domain' -
lang_idMany2one → res.langdefault=<expr> args: 'res.lang', 'Language' -
last_activityDatetimecopy=Falsedefault=<expr>readonly=True args: 'Last Activity' -
max_capacitySelectiondefault='8'required=Truestring='Max capacity' args: [('4', '4'), ('8', '8'), ('12', '12'), ('16', '16'), ('20', '20'), ('no_limit', 'No limit')] -
max_participant_reachedIntegercopy=Falsehelp='Maximum number of participant reached in the room at the same time'readonly=True args: 'Max participant reached' -
nameCharcopy=Falsedefault=<expr>required=True args: 'Room Name' -
participant_countIntegercopy=Falsedefault=0 args: 'Participant count'
No public methods.
New fields (8)
-
chat_room_idMany2one → chat.roomcopy=Falseondelete='set null'readonly=True args: 'chat.room', 'Chat Room' -
room_is_fullBooleanrelated='chat_room_id.is_full' args: 'Room Is Full' -
room_lang_idMany2one → res.langreadonly=Falserelated='chat_room_id.lang_id' args: 'res.lang', 'Language' -
room_last_activityDatetimerelated='chat_room_id.last_activity' args: 'Last activity' -
room_max_capacitySelectionreadonly=Falserelated='chat_room_id.max_capacity'required=Truestring='Max capacity' -
room_max_participant_reachedIntegerrelated='chat_room_id.max_participant_reached' args: 'Peak participants' -
room_nameCharrelated='chat_room_id.name' args: 'Room Name' -
room_participant_countIntegerreadonly=Falserelated='chat_room_id.participant_count' args: 'Participant count'
-
copy_data(self, default=None) -
create(self, values_list)@api.model_create_multi -
unlink(self) -
write(self, values)
Loading…
Loading…
Loading…
Loading…