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
odoo/odoo:
- web
- bus
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 IDNameModelTypeStatus
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_attachment Boolean
  • display_object_attachment_ids One2many → ir.attachment
    comodel_name='ir.attachment' compute='_compute_display_object_attachment_ids'
  • object_attachment_ids Many2many → ir.attachment
    column1='wizard_id' column2='attachment_id' comodel_name='ir.attachment' relation='mail_compose_message_ir_attachments_object_rel' string='Object Attachments'
Public methods (1)
  • default_get(self, fields_list)
    @api.model

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…