TIP: You can type at any time to perform a new search.
Mail Browser View
mail_browser_view · OCA/social
- 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
- 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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/email/view/<string:token> |
EmailBrowserViewController.email_view |
public | http | ALL | website |
Models touched (1)
New fields (3)
-
access_tokenCharcompute='_compute_access_token'readonly=Truestore=True args: 'Security Token' -
is_token_aliveBooleancompute='_compute_token_alive' args: 'Is Token alive' -
view_in_browser_urlCharcompute='_compute_browser_url' args: 'View URL'
-
create(self, vals)@api.model -
get_record_for_token(self, token)@api.modelParse 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