Repository
OCA/mail · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/mail
Last tracking update
2026-08-12 11:28:17
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Carlos Lopez, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the core feature to allow users to forward messages from the chatter of any document to another thread, without adding the recipients as followers, only notifying the current followers of the other thread.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mail_compose_message_forward_form mail.compose.message.form.forward mail.compose.message form Inherits mail.email_compose_message_wizard_form
view_ir_model_form view.ir.model.form ir.model form Inherits mail.model_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • enable_forward_to Boolean
    help='Enable forwarding messages to records of this model.'
Public methods (0)

No public methods.

New fields (2)
  • forward_thread Reference
    selection='_selection_forward_thread' string='Thread to forward'
  • forward_type Selection
    default='current_thread' args: [('current_thread', 'Current thread'), ('another_thread', 'Another thread')]
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…