TIP: You can type at any time to perform a new search.
Mail Attach Existing Attachment (Account)
mail_attach_existing_attachment_account · OCA/mail
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_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='account_move_send_wizard_ir_attachments_object_rel'string='Object Attachments'
-
default_get(self, fields_list)@api.model
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…