TIP: You can type at any time to perform a new search.
Mail template multi attachment
mail_template_multi_attachment · OCA/social
- Repository
- OCA/social · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/social
- Last tracking update
- 2026-08-07 08:09:25
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Weblate, OCA-git-bot, oca-ci, Atchuthan Ubendran, Sodexis Team
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mail_template_form_view |
mail.template.form (in mail_template_multi_attachment) | mail.template | form | Inherits mail.email_template_form |
mail_template_report_form_view |
mail.template.report.form (in mail_template_multi_attachment) | mail.template.report | form | New |
mail_template_report_tree_o2m_view |
mail.template.report.tree (in mail_template_multi_attachment) | mail.template.report | tree | New |
mail_template_report_tree_view |
mail.template.report.tree (in mail_template_multi_attachment) | mail.template.report | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
template_report_idsOne2many → mail.template.reportcomodel_name='mail.template.report'inverse_name='mail_template_id'
-
generate_attachments(self, results) -
generate_email(self, res_ids, fields=None)Inherit to generate attachments. Inspired from original mail.template,generate_email(...) from Odoo. :param res_ids: int or list of int :param fields: :return: dict
New fields (4)
-
mail_template_idMany2one → mail.templatecomodel_name='mail.template'ondelete='cascade'required=Truestring='Mail template' -
modelCharrelated='mail_template_id.model'store=True -
report_nameChartranslate=True -
report_template_idMany2one → ir.actions.reportcomodel_name='ir.actions.report'ondelete='cascade'required=Truestring='Report'
No public methods.
Loading…
Loading…