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
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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_ids One2many → email.template.report.line
    string='Other Reports' args: 'email.template.report.line', 'template_id'
Public methods (1)
  • generate_email_batch(self, template_id, res_ids, fields=None)
    @api.model

New fields (4)
  • condition Char
    help='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_name Char
    help='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_id Many2one → ir.actions.report.xml
    domain=[('report_type', 'in', ['qweb-html', 'qweb-pdf'])] args: 'ir.actions.report.xml', 'Optional report to print and attach'
  • template_id Many2one → email.template
    string='Email Template' args: 'email.template'
Public methods (0)

No public methods.