Mail Browser View

mail_browser_view
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/11.0/mail_browser_view
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSJairo Llopis, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

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