Repository
OCA/mail · module folder · Try on Runboat
Module version
1.0.0
Category
Social Network
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/mail
Last tracking update
2026-08-07 09:06:26
Authors
Odoo Community Association (OCA), Thore Baden
Maintainers
Odoo Community Association (OCA), Thore Baden
Committers
David Vidal, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This Module adds the mail_attach_existing_attachment feature to the
account module, since there is a change in odoo 12.0, which adds a new
mail wizard form to the account module

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_move_send_wizard_form account.move.send.wizard.form account.move.send.wizard form Inherits account.account_move_send_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='account_move_send_wizard_ir_attachments_object_rel' string='Object Attachments'
Public methods (1)
  • default_get(self, fields_list)
    @api.model

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…