| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/8.0/im_chat |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Denis Ledoux, Goffin Simon, Cedric Snauwaert, Jérome Maes, Richard Mathot, Aaron Bohy |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/live-chat |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:45:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - web - bus |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Instant Messaging
=================
Allows users to chat with each other in real time. Find other users easily and
chat in real time. It support several chats in parallel.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
im_chat assets | ir.ui.view | qweb | Inherits web.assets_backend |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (3)get_messages(self, cr, uid, uuid, last_id=False, limit=20, context=None)
init_messages(self, cr, uid, context=None)
post(self, cr, uid, from_uid, uuid, message_type, message_content, context=None)
No new fields.
Public methods (2)check_users_disconnection(self, cr, uid, context=None)
update(self, cr, uid, presence=True, context=None)
No new fields.
Public methods (8)add_user(self, cr, uid, uuid, user_id, context=None)
get_image(self, cr, uid, uuid, user_id, context=None)
is_in_session(self, cr, uid, uuid, user_id, context=None)
is_private(self, cr, uid, ids, context=None)
session_get(self, cr, uid, user_to, context=None)
session_info(self, cr, uid, ids, context=None)
update_state(self, cr, uid, uuid, state=None, context=None)
users_infos(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)im_search(self, cr, uid, name, limit=20, context=None)