TIP: You can type at any time to perform a new search.
Mail Attach Existing Attachment
mail_attach_existing_attachment · OCA/mail
- Repository
- OCA/mail · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Social Network
- Folder size
- 0.11 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/mail
- Last tracking update
- 2026-08-07 09:06:26
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA), Tecnativa
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA), Tecnativa
- Committers
- Weblate, OCA-git-bot, oca-ci, Manuela Cepeda
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- mail_attach_existing_attachment_account
- Description
This module was written to add the possibility to add attachments located on the object by sending it by email with the mail compose message wizard
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
email_compose_message_wizard_inherit_form |
mail.compose.message | form | Inherits mail.email_compose_message_wizard_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (3)
-
can_attach_attachmentBoolean -
display_object_attachment_idsOne2many → ir.attachmentcomodel_name='ir.attachment'compute='_compute_display_object_attachment_ids' -
object_attachment_idsMany2many → ir.attachmentcolumn1='wizard_id'column2='attachment_id'comodel_name='ir.attachment'relation='mail_compose_message_ir_attachments_object_rel'string='Object Attachments'
-
default_get(self, fields_list)@api.model
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…