Email Template Configurator

email_template_configurator
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/14.0/email_template_configurator
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Marie Lejeune
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
email_template_form_view mail.template.form (in email_template_configurator) mail.template xpath Inherits mail.email_template_form
email_template_placeholder_form_view email.template.placeholder.form (in email_template_configurator) email.template.placeholder form New
email_template_placeholder_search_view email.template.placeholder.search (in email_template_configurator) email.template.placeholder search New
email_template_placeholder_tree_view email.template.placeholder.tree (in email_template_configurator) email.template.placeholder tree New
Models touched (2)

New fields (4)
  • active Boolean
    default=True
  • model_id Many2one → ir.model
    comodel_name='ir.model' ondelete='cascade' required=True string='Model'
  • name Char
    required=True
  • placeholder Char
    default='${object.}' required=True
Public methods (0)

No public methods.

New fields (2)
  • placeholder_id Many2one → email.template.placeholder
    comodel_name='email.template.placeholder' string='Placeholder'
  • placeholder_value Char
Public methods (0)

No public methods.