TIP: You can type at any time to perform a new search.
Email Template Multi Report
mail_template_multi_report · OCA/social
- Repository
- OCA/social · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Marketing
- Folder size
- 0.22 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.savoirfairelinux.com
- Last tracking update
- 2026-08-07 07:03:10
- Authors
- Savoir-faire Linux, Odoo Community Association (OCA)
- Maintainers
- Savoir-faire Linux, Odoo Community Association (OCA)
- Committers
- Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, dufresnedavid, OCA-git-bot, oca-travis
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
email_template_form |
email.template.form | email.template | form | Inherits email_template.email_template_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
report_line_idsOne2many → email.template.report.linestring='Other Reports' args: 'email.template.report.line', 'template_id'
-
generate_email_batch(self, template_id, res_ids, fields=None)@api.model
New fields (4)
-
conditionCharhelp='An expression evaluated to determine if the report is to be attached to the email. If blank, the report will always be attached.' args: 'Condition' -
report_nameCharhelp='Name to use for the generated report file (may contain placeholders)\nThe extension can be omitted and will then come from the report type.'translate=True args: 'Report Filename' -
report_template_idMany2one → ir.actions.report.xmldomain=[('report_type', 'in', ['qweb-html', 'qweb-pdf'])] args: 'ir.actions.report.xml', 'Optional report to print and attach' -
template_idMany2one → email.templatestring='Email Template' args: 'email.template'
No public methods.