Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.02 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 07:10:01
Authors
Odoo Community Association (OCA), Eficent
Maintainers
Odoo Community Association (OCA), Eficent
Committers
mreficent, Weblate, OCA Transbot, 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 (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • message_parse_basic_data(self, message)
    @api.model
    Parses a string or email.message.Message representing an RFC-2822 email, and returns a generic dict holding the message details. :param message: the message to parse :rtype: dict :return: A dict with the following structure, where each field may not be present if missing in original message: { 'message_id': msg_id, 'subject': subject, 'from': from, 'to': to, 'cc': cc }
  • message_process(self, model, message, custom_values=None, save_original=False, strip_attachments=False, thread_id=None)
    @api.model