Repository
OCA/social · module folder · Try on Runboat
Module version
1.0.0
Category
Social
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/social
Last tracking update
2026-08-07 07:17:49
Authors
Odoo Community Association (OCA), LasLabs
Maintainers
Odoo Community Association (OCA), LasLabs
Committers
Holger Brunn, oca-travis
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
assets_backend Bus Presence Override Assets ir.ui.view qweb Inherits web.assets_backend
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • partner_id Many2one → res.partner
    comodel_name='res.partner' related='user_id.partner_id' string='Partner'
  • status_realtime Selection
    compute='_compute_status_realtime' help='Status that is affected by disconnection and away timers. Used to override the bus.presence status field in _get_partners_statuses or _get_users_statuses if the timers have been reached. If wanting to change the user status, write directly to the status field.' selection=[(ONLINE, 'Online'), (AWAY, 'Away'), (OFFLINE, 'Offline')] string='Realtime IM Status'
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.