Email Template Multi Report

mail_template_multi_report
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/8.0/mail_template_multi_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMarketing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), OCA Transbot, dufresnedavid, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - email_template
    - mail
    - base
    - base_setup
    - web_kanban
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
email_template_form email.template.form email.template field Inherits email_template.email_template_form
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.