Repository
OCA/social · module folder · Try on Runboat
Module version
1.0.0
Category
Social Network
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/social
Last tracking update
2026-08-07 07:24:59
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Jairo Llopis, OCA-git-bot, oca-travis
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/email/view/<string:token> EmailBrowserViewController.email_view public http ALL website
Models touched (1)

New fields (3)
  • access_token Char
    compute='_compute_access_token' readonly=True store=True args: 'Security Token'
  • is_token_alive Boolean
    compute='_compute_token_alive' args: 'Is Token alive'
  • view_in_browser_url Char
    compute='_compute_browser_url' args: 'View URL'
Public methods (2)
  • create(self, vals)
    @api.model
  • get_record_for_token(self, token)
    @api.model
    Parse the URL token to get the matching record. The token is a base 64 encoded string containing: * 32 positions access token * Record ID Returns a record matching the token or empty recordset if not found