Mail Attach Existing Attachment (Account)

mail_attach_existing_attachment_account
REPOSITORY
REPOSITORYOCA/mail
GIT
GIThttps://github.com/OCA/mail.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/mail/tree/19.0/mail_attach_existing_attachment_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Thore Baden
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Thore Baden
COMMITTERS
COMMITTERSOCA-git-bot, David Vidal, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/mail
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mail:
    - mail_attach_existing_attachment
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits account.account_move_send_wizard_form
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
REPOSITORY
REPOSITORYOCA/mail
GIT
GIThttps://github.com/OCA/mail.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/mail/tree/18.0/mail_attach_existing_attachment_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Thore Baden
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Thore Baden
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Anjeel Haria
WEBSITE
WEBSITEhttps://github.com/OCA/mail
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/mail:
    - mail_attach_existing_attachment
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits account.account_move_send_wizard_form
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
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/17.0/mail_attach_existing_attachment_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Thore Baden
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Thore Baden
COMMITTERS
COMMITTERSCarlos Lopez, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/social:
    - mail_attach_existing_attachment
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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_form Send Invoice account.move.send xpath Inherits account.account_move_send_form
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_ir_attachments_object_rel' string='Object Attachments'
Public methods (1)
  • default_get(self, fields_list)
    @api.model
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/16.0/mail_attach_existing_attachment_account
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Thore Baden
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Thore Baden
COMMITTERS
COMMITTERSStéphane Bidoul, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/social:
    - mail_attach_existing_attachment
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_invoice_send_wizard_form Send Invoice account.invoice.send xpath Inherits account.account_invoice_send_wizard_form
Models touched (1)

New fields (1)
  • can_attach_attachment Boolean
Public methods (1)
  • default_get(self, fields_list)
    @api.model
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/14.0/mail_attach_existing_attachment_account
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Thore Baden
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Thore Baden
COMMITTERS
COMMITTERSPedro M. Baeza, Víctor Martínez, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/social:
    - mail_attach_existing_attachment
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_invoice_send_wizard_form Send Invoice account.invoice.send xpath Inherits account.account_invoice_send_wizard_form
Models touched (1)

New fields (1)
  • can_attach_attachment Boolean
    string='Can Attach Attachment'
Public methods (1)
  • default_get(self, fields_list)
    @api.model
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/13.0/mail_attach_existing_attachment_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Thore Baden
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Thore Baden
COMMITTERS
COMMITTERSVíctor Martínez, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/social:
    - mail_attach_existing_attachment
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_invoice_send_wizard_form Send Invoice account.invoice.send xpath Inherits account.account_invoice_send_wizard_form
Models touched (1)

New fields (1)
  • can_attach_attachment Boolean
    string='Can Attach Attachment'
Public methods (1)
  • default_get(self, fields_list)
    @api.model
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/12.0/mail_attach_existing_attachment_account
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Thore Baden
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Thore Baden
COMMITTERS
COMMITTERSoca-travis, OCA-git-bot, tbaden
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/social:
    - mail_attach_existing_attachment
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - document
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_invoice_send_wizard_form Send Invoice account.invoice.send xpath Inherits account.account_invoice_send_wizard_form
Models touched (0)

No models found for this module.