TIP: You can type at any time to perform a new search.
Mail Forward Message
mail_forward · OCA/mail
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_toBooleanhelp='Enable forwarding messages to records of this model.'
No public methods.
New fields (2)
-
forward_threadReferenceselection='_selection_forward_thread'string='Thread to forward' -
forward_typeSelectiondefault='current_thread' args: [('current_thread', 'Current thread'), ('another_thread', 'Another thread')]
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…