TIP: You can type at any time to perform a new search.
Crm Stage Mail
crm_stage_mail · OCA/crm
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → mail.templatecomodel_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'
No public methods.
Loading…