Repository
OCA/crm · module folder · Try on Runboat
Module version
1.0.0
Category
Customer Relationship Management
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/crm
Last tracking update
2026-08-07 08:42:48
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Víctor Martínez, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to specify an email template for each stage so
that when you change stages, an email is sent using that template.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
crm_stage_form crm.stage form Inherits crm.crm_stage_form
crm_stage_tree crm.stage tree Inherits crm.crm_stage_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • mail_template_id Many2one → mail.template
    comodel_name='mail.template' domain=[('model', '=', 'crm.lead')] help='If set, an email will be automatically sent to the partner when the lead reaches this stage.' string='Email Template'
Public methods (0)

No public methods.

Loading…