Use email templates in notifications

mail_notification_email_template
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/8.0/mail_notification_email_template
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSHolger Brunn, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, Emanuel Cino, oca-travis
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - base
    - base_setup
    - web_kanban
    - web
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_mail_message_subtype_form mail.message.subtype field Inherits mail.view_mail_message_subtype_form
Models touched (2)

New fields (1)
  • template_id Many2one → email.template
    domain=[('model_id.model', '=', 'mail.notification')] help='This template will be used to render notifications sent out for this subtype' string='Notification template' args: 'email.template'
Public methods (0)

No public methods.

New fields (2)
  • record Reference
    compute='_compute_record' selection=<expr>
  • record_access_link Char
    compute='_compute_record'
Public methods (0)

No public methods.